Introduction
Mixins let you reuse styles easily. Using @include adds those styles where you want.
You want to apply the same button style to many buttons.
You need to add a set of styles for a responsive layout in multiple places.
You want to keep your CSS clean by reusing common style groups.
You want to add vendor prefixes or special effects repeatedly without copying code.