Introduction
Mixins let you reuse groups of CSS styles easily. They save time and keep your code neat.
When you want to apply the same styles to many places on your website.
When you need to change a style in many places by editing just one spot.
When you want to add optional style parts using parameters.
When you want to keep your CSS organized and avoid repeating code.