Skip to content

Commit

Permalink
Merge pull request elastic#8859 from cjcenizal/improvement/css-style-…
Browse files Browse the repository at this point in the history
…guide-references

Add BEM references to CSS style guide.
  • Loading branch information
cjcenizal authored Oct 27, 2016
2 parents a598c8b + bbf948e commit 35fc5f4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions style_guides/css_style_guide.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 35fc5f4

Please sign in to comment.