From d28d395db9072d666e060abfe0329048dacfacfb Mon Sep 17 00:00:00 2001 From: Richard Willis Date: Sat, 7 Mar 2015 09:17:25 +0000 Subject: [PATCH] Added a note about BEM --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3eb21fa..88ea205 100644 --- a/README.md +++ b/README.md @@ -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