#sass
Read more stories on Hashnode
Articles with this tag
At work, recently we worked on a styleguide project using vue Styleguidist, the Vue little brother of react-styleguidist, and we would like to...
From the official 📚 Sass documentation Sass has a special kind of selector known as a “placeholder”. It looks and acts a lot like a class selector,...
SASS interpolation is an useful tool that comes in handy when we have to create CSS classes name dynamically from an array. For the first version of...