DEV Community

Discussion on: What was your win this week?

Collapse
 
ahferroin7 profile image
Austin S. Hemmelgarn

I finally got around to learning basic SASS (I've been meaning to do so for a while now), and then immediately applied that knowledge to improve load times for the web app I've been working on by using SASS imports to cut down on the total number of style sheets that need to be fetched. In all, it made the app load almost 3.5 seconds faster on a simulated 3G network.