Introduction
Mixins help you write code once and use it many times. This stops you from repeating the same styles over and over.
When you want to reuse a group of CSS styles in different places.
When you need to keep your styles consistent across your website.
When you want to save time by not writing the same code multiple times.
When you want to make your CSS easier to update later.
When you want to add optional style parts with parameters.