Skip to content

Commit

Permalink
Add links to other CSS style guides (#669)
Browse files Browse the repository at this point in the history
Co-authored-by: Dorian Marié <[email protected]>
  • Loading branch information
sujaudd1n and dorianmariecom authored Jan 4, 2023
1 parent 919cad8 commit b49bfee
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions css/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,3 +102,13 @@ Concatenating selector names makes it more difficult to search and find
selectors in the codebase.

</details>

## Other style guides

- [Google HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html)
- [Principles of writing consistent, idiomatic CSS](https://github.com/necolas/idiomatic-css)
- [My HTML/CSS coding style](https://csswizardry.com/2012/04/my-html-css-coding-style/)
- [Improving Code Readability With CSS Styleguides](https://www.smashingmagazine.com/2008/05/improving-code-readability-with-css-styleguides/)
- [Code Style Guide: CSS](https://github.com/ThinkUpLLC/ThinkUp/wiki/Code-Style-Guide:-CSS)
- [CSS Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/)
- [Scalable and Modular Architecture for CSS](http://smacss.com/)

0 comments on commit b49bfee

Please sign in to comment.