Tagged “sass”
-
TIL functions in sass css sass function
You can declare functions in sass using @function. You can even write for loops, return values, and even create @warn and @error.
-
TIL @extend and it's alternatives sass css
I learned about `@extend` as a way to grab the styles from a element.
See all tags.