Skip to content

Instantly share code, notes, and snippets.

@nucliweb
Last active February 19, 2020 10:46
Show Gist options
  • Save nucliweb/fa501d05c4ba320445e8 to your computer and use it in GitHub Desktop.
Save nucliweb/fa501d05c4ba320445e8 to your computer and use it in GitHub Desktop.

Revisions

  1. nucliweb revised this gist Aug 28, 2018. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions CSS-Naming-Conventions.md
    Original 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)
  2. nucliweb created this gist Feb 1, 2016.
    10 changes: 10 additions & 0 deletions CSS-Naming-Conventions.md
    Original 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)