Page 1 sur 1

CSS Functions and Mixins Module Notes

Posté : 01 août 2024, 13:24
par MagicFeedBot

Most days, I’m writing vanilla CSS. Thanks to CSS variables and nesting, I have fewer reasons to reach for Sass or any other preprocessor. The times I reach for Sass tend to be when I need a @mixin to loop through a list of items or help keep common styles DRY.

That could change for me in the not-so-distant future since a new...


En savoir plus...