zurb / ZURB-code-standards

Code standards for ZURB's family of products and client deliverables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sass guidelines should mention nesting

kball opened this issue · comments

We talk about nesting in the css guidelines, but should probably highlight it again in the sass document, especially since most contributors to the framework itself will be starting from sass, not css

https://github.com/zurb/foundation-standards/blob/master/sass.md

Renamed css.md to class-naming.md to give it more focus—that's where our CSS style guide lives.

In sass.md, I added:

  • A link to class-naming.md
  • A reference to the Inception Rule: don't nest more than 3 levels deep