Skip to content

Commit b49bfee

Browse files
sujaudd1ndorianmariecom
andauthoredJan 4, 2023
Add links to other CSS style guides (#669)
Co-authored-by: Dorian Marié <dorian@dorianmarie.fr>
1 parent 919cad8 commit b49bfee

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed
 

‎css/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,13 @@ Concatenating selector names makes it more difficult to search and find
102102
selectors in the codebase.
103103

104104
</details>
105+
106+
## Other style guides
107+
108+
- [Google HTML/CSS Style Guide](https://google.github.io/styleguide/htmlcssguide.html)
109+
- [Principles of writing consistent, idiomatic CSS](https://github.com/necolas/idiomatic-css)
110+
- [My HTML/CSS coding style](https://csswizardry.com/2012/04/my-html-css-coding-style/)
111+
- [Improving Code Readability With CSS Styleguides](https://www.smashingmagazine.com/2008/05/improving-code-readability-with-css-styleguides/)
112+
- [Code Style Guide: CSS](https://github.com/ThinkUpLLC/ThinkUp/wiki/Code-Style-Guide:-CSS)
113+
- [CSS Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/css/)
114+
- [Scalable and Modular Architecture for CSS](http://smacss.com/)

0 commit comments

Comments
 (0)
Please sign in to comment.