Skip to content

Instantly share code, notes, and snippets.

@MichaelDimmitt
Last active December 21, 2023 19:47
Show Gist options
  • Save MichaelDimmitt/ee874ede1914551c895bb05aa339f325 to your computer and use it in GitHub Desktop.
Save MichaelDimmitt/ee874ede1914551c895bb05aa339f325 to your computer and use it in GitHub Desktop.
scss intro

Info

less is always more with css

Things to consider with scss

Tips:

  1. look at the browser styles
  2. try to have less scss files
  3. try to have less scss code

Common mistakes I find in scss projects

Because you can be restrictive does not mean you should be restrictive.

Css is supposed to be shared. Often duplicate code is created with the same class used in multiple files

and the only reason the change is not applied is due to nested css constraints.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment