Skip to content

Instantly share code, notes, and snippets.

@dewwwald
Created July 23, 2017 07:06
Show Gist options
  • Save dewwwald/b0101715a84214d00a63b0eec444bf7a to your computer and use it in GitHub Desktop.
Save dewwwald/b0101715a84214d00a63b0eec444bf7a to your computer and use it in GitHub Desktop.
Building a sass framework

Building a SASS framework

Consideration

  • Could code splitting split my CSS by component, page ets.
  • Why not use bootstrap
  • Mobile first over desktop first / you choose
  • responsive?

Design decitions

  • colors aren't really important as they change on a per project basis
  • Fonts also need to change
  • use rem over px as rem scales better / has a better algorithm. Pixels aren't pixels. Rem can use font set by browser.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment