#sass
Read more stories on Hashnode
Articles with this tag
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...
On the surface, both of these do the same thing. These will both set the background to red. SCSS: body { $red: #ff0000; background:...