- mixins with SASS can balloon your css files quickly.
- mixins stop it being clear where stuff came from (can't search for class names for instance).
WARNING: The below is pseudo-code as I'm too lazy to double-check the APIs, output etc:
@mixin flexThing {
color: red;