SCSS

All 11 of my posts tagged scss, dating from 20142022.

2022 1 post Permalink

2021 1 post Permalink

2020 2 posts Permalink

2018 1 post Permalink

2017 3 posts Permalink

Unique Pairs in SCSS

In creating a from-scratch grid for a redevelopment project, I was using SCSS to loop through various bits of data to generate a bunch of repetitive CSS, but I realised I had no DRY way of generating a list of unique pairs of items from a given dataset, so I set out to find out how.

Remapping Ranges in Sass

Great inspiration can sometimes be found in exploring available opportunities and embracing new ideas. In this article, I'll try to replicate a foreign concept in a familiar way, and explain why I decided to even do it.

2016 1 post Permalink

An Extended Response

If you've dabbled in Sass before, you're likely familiar with @extend and @mixin, but is there any use-case for @extend? Given the benchmark performance of the two, can we still be confident in the cascade when @extending in Sass?

2015 1 post Permalink

2014 1 post Permalink