Skip to content

Commit

Permalink
Added a note about BEM
Browse files Browse the repository at this point in the history
  • Loading branch information
badsyntax committed Mar 7, 2015
1 parent a944d6c commit d28d395
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -122,6 +122,8 @@ import './scss/app.scss';
* All CSS (compiled or otherwise) is run through Autoprefixer.
* CSS files are combined in the order in which they are imported in JavaScript, thus
you should always import your CSS/Sass before importing any other JavaScript files.
* Use an approach like [BEM](http://cssguidelin.es/#bem-like-naming) to avoid specificity
issues that might exist due to unpredicatable order of CSS rules.

## HTML files

Expand Down

0 comments on commit d28d395

Please sign in to comment.