Merge pull request #8859 from cjcenizal/improvement/css-style-guide-references

Add BEM references to CSS style guide.
This commit is contained in:
CJ Cenizal 2016-10-27 12:12:31 -07:00 committed by GitHub
commit 35fc5f40a3

View file

@ -1,6 +1,13 @@
# CSS Style Guide
## Background
Our CSS naming convention is based on BEM:
* [BEM 101 (CSS Tricks)](https://css-tricks.com/bem-101/)
* [Getting your head around BEM syntax (CSS Wizardry)](http://csswizardry.com/2013/01/mindbemding-getting-your-head-round-bem-syntax/)
## Concepts
### Think in terms of components