10165 shaares
282 private links
282 private links
How to handle CSS color with the new CSS color functions instead of SASS?
The best seems to be color()
.
There is also rgba()
, hsla()
and color-mix()
- color()
It’s evident that there is a growing array of new CSS capabilities that can handle many tasks we previously relied on Sass for.
Yes indeed. Also I agree: it's a per project decision to make.