Update style_guide_scss.md

This commit is contained in:
Simon Knox
2018-02-08 09:28:38 +00:00
committed by Filipa Lacerda
parent a6b9eb5dfc
commit 801f5205cd

View File

@ -7,6 +7,8 @@ easy to maintain, and performant for the end-user.
### Naming
Filenames should use `snake_case`.
CSS classes should use the `lowercase-hyphenated` format rather than
`snake_case` or `camelCase`.