1.1.2 • Published 8 years ago
barebone v1.1.2
Barebone
This package is wrapper over sibling packages composed into one comprehensive library for convenience.
Installation
The easiest way to get Barebone is to install it through npm
npm install barebone
If you want to install individual utility or component, each of them also published on npm under the @barebone organization.
Usage
There're two ways to use Barebone framework: by including in SCSS or requiring directly in JavaScript (compiled CSS will be required). NOTE: Current available only including by the source (SCSS)
@import "barebone";
Licence
The Barebone framework is released under the MIT licence.