Sass Sass Mixins This is the third post about specific Sass features and this one is about mixins. Previous were import feature [https://kolosek.com/sass-import] and extend feature [https://kolosek.com/sass-extend] and there was
Sass Sass Extend Please make sure to read my post on Sass Import [https://kolosek.com/sass-import] because I didn't want to copy-paste first part (it serves as an introduction to this post, as well). Extend
Sass Sass Import We can follow CSS progress by following the development of its pre-processors. Which preprocessor to use is a different time theme, but it’s really necessary to use one because they allow features
less/sass Nesting in Less and Sass A code should be organized. That’s the fact and I think is a very good one for the opening of the text about nesting. Less and Sass are CSS pre-processors which extend CSS language in valuable ways.