dewwwald
7/23/2017 - 7:06 AM

Building a sass framework

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.