Declaration Orders
Mixins and function should be declared before properties, and a blank line should be added after :
Everything that may change the behavior and appearance of an entity should be declared after the standard properties and before the next entity :
In that order :
pseudo-selectors
state classes
mediaqueries
modifiers
Order media queries in a mobile first fashion
Last updated
Was this helpful?