Comparing version 2.0.15 to 2.1.0
@@ -7,3 +7,3 @@ { | ||
], | ||
"version": "2.0.15", | ||
"version": "2.1.0", | ||
"homepage": "https://github.com/monarkee/beard", | ||
@@ -10,0 +10,0 @@ "authors": [ |
{ | ||
"name": "beardcss", | ||
"version": "2.0.15", | ||
"version": "2.1.0", | ||
"description": "A CSS framework for people with better things to do", | ||
@@ -5,0 +5,0 @@ "main": "beard.scss", |
@@ -7,1 +7,36 @@ Beard | ||
Beard focuses on developer speed, maintenance, and ease-of-use, versus "pretty" markup. | ||
## Installation | ||
Beard can be installed via [NPM](https://www.npmjs.com) or [Bower](bower.io), but just use [NPM](https://www.npmjs.com). 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 <code>beard/beard.scss</code> 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: | ||
```scss | ||
// Objects | ||
... | ||
// Your styles go here | ||
// Helpers | ||
... | ||
``` | ||
> **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'``` |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
289841
931
42