Nic
This week I learnt...

This week I learnt...

Follow
Follow
homebadges
Tag

Sass

#sass

More content

Read more stories on Hashnode


Articles with this tag

Loops in SCSS

Apr 24, 20213 min read

Loops are an exciting part of SCSS - it's like you're writing JavaScript in your CSS. But I never had a chance to use them, until recently. The...

Loops in SCSS

Combining SASS variables with CSS custom properties

Apr 17, 20211 min read

On the surface, both of these do the same thing. These will both set the background to red. SCSS: body { $red: #ff0000; background:...

Combining SASS variables with CSS custom properties