Front-end education for the real world. Since 2018.





Un-Sass'ing my CSS: compiling multiple CSS files into one

Original author: Stuart Robson

Commentary: Andy Bell

I spend an unhealthy amount of time thinking about this stuff. It’s something I can’t shake off because from days in CSS consultation where I saw more CSS compiling/concatenation methods than should be legal, frankly.

Here at Piccalilli we are using PostCSS, as Stuart describes in this article. It’s pretty low tech (as a baseline anyway) and does a good, predictable job for us.

Stuart also walks us through a custom script method which I’ve got to say is rather appealing.

Simple is always better in my experience and both methods in this article certainly tick that box.

Check it out

Newsletter