Beard
Beard is an extremely pragmatic and utility-focused CSS framework. Actually, don't call it that.
Beard focuses on developer speed, maintenance, and ease-of-use, versus "pretty" markup.
Installation
Beard can be installed via NPM or Bower, but just use NPM. Seriously.
$ npm install beardcss
$ bower install beard
Adding Beard into your project
The Recommended Way
The best way to add Beard to your project is to copy the contents of beard/beard.scss
to your main Sass file. This allows for the best source ordering. From there, we recommend adding your site styles between the "Objects" and "Helpers" sections, like so:
...
...
Note: Don’t forget to change the import paths to where you installed Beard.
Or…Just the Dead Simple Installation
Or you could just import it directly. We don't recommend it, but if you need something quick, go ahead!
@import '../node_modules/beardcss/beard'