Building / maintaining medium sized websites.
I use #sass to concatenate multiple files, one or two of mixins, and a couple of for loops and maps for generating some utility classes. I have largely switched to CSS vars / custom properties. Considering switching to #lightningCSS. Upsides: does minification and transpiling as well. Downsides: will have to write some code in a more manual fashion. What do you folks use ?
I use #sass to concatenate multiple files, one or two of mixins, and a couple of for loops and maps for generating some utility classes. I have largely switched to CSS vars / custom properties. Considering switching to #lightningCSS. Upsides: does minification and transpiling as well. Downsides: will have to write some code in a more manual fashion. What do you folks use ?