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














