|
|
|
|
|
by bchen
4762 days ago
|
|
Great list. I agree with most of these conventions, except the following: > List "Regular" Styles Next > List @include(s) Next Depends on what the @include gives you, I would either treat @include the same as @extend and put @include after @extend, or just treat @include as regular styles and mix them together. The reason for this is that I generally organize my styles by listing block styles first and then the text styles. It would mess up this organization if all @includes that set only 1 property are listed the last. |
|