We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Maintain consistent formatting throughout — Keep scss files clean and easy to maintain.
Minimize use of shorthand — This makes it easier to override styles especially from a responsive standpoint.
h1 { margin-top: 1em; margin-bottom: 1em; }
instead of
h1 { margin: 1em 0; }