How to use mixins - Part 1
If you've ever checked the source code of a CSS framework, you might have noticed the use of @mixin statements. Have you ever wondered how mixins work, or how you can incorporate them into your code? To elaborate, mixins are a Sass utility that allow...
Mar 7, 20232 min read85
