Last active
February 19, 2020 10:46
-
-
Save nucliweb/fa501d05c4ba320445e8 to your computer and use it in GitHub Desktop.
Revisions
-
nucliweb revised this gist
Aug 28, 2018 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,6 +2,7 @@ * [SUIT](https://github.com/suitcss/suit/blob/master/doc/naming-conventions.md) * [BEM](http://getbem.com/) * [BEMIT](https://csswizardry.com/2015/08/bemit-taking-the-bem-naming-convention-a-step-further/) * [OOCSS](https://github.com/stubbornella/oocss/wiki) * [SMACSS](https://smacss.com/) * [Idiomatic CSS](https://github.com/necolas/idiomatic-css) -
nucliweb created this gist
Feb 1, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,10 @@ ### CSS Naming Conventions * [SUIT](https://github.com/suitcss/suit/blob/master/doc/naming-conventions.md) * [BEM](http://getbem.com/) * [OOCSS](https://github.com/stubbornella/oocss/wiki) * [SMACSS](https://smacss.com/) * [Idiomatic CSS](https://github.com/necolas/idiomatic-css) * [RSCSS](https://github.com/rstacruz/rscss) * [Title CSS](http://www.sitepoint.com/title-css-simple-approach-css-class-naming/) * [Modular CSS](http://thesassway.com/advanced/modular-css-naming-conventions)