CSS & SASS hybrid variables



A short comparison



I’ve been a Sass user for many years, well over before CSS variables exist. I’ve always appreciated its variables and mixins mechanisms. As a developer it speaks to me and I can take advantage of those to make my styles more adaptable to changes.



The tradeoff though is that Sass must go through a compilation phase to interpret those variables and overall Sass code, which is then outputed as a plain[...] Continue reading