About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
dewwwald
7/23/2017 - 7:06 AM
share
Share
add_circle_outline
Save
Building a sass framework
Building a sass framework
README.md
content_copy
file_download
Rendered
Source
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.
clear