Concrete Sass Examples
When I started using Sass I was mostly usingĀ nesting and variables. In my own experience this is also what Iāve seen to be the most commonly used features.
I want to illustrate some of itās other features and how they can be used with practical examples.
@for and @if rules
The @for and @if rules can be used to quickly generate a lot of CSS selectors. Things that would have been possible butā¦
View On WordPress










