Mixins do not return a value, they output code. what about a @output annotation exclusively for mixins?
Now, either we keep things simple:
/**
* @output Description
*/
Or we want complicated things where we list all properties that can be output.
/**
* @output font-family, font-weight, color
*/
Any thought?
Mixins do not return a value, they output code. what about a
@outputannotation exclusively for mixins?Now, either we keep things simple:
Or we want complicated things where we list all properties that can be output.
Any thought?