You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There currently is no @scss-mixin tag, it's all about auto-detection.
Example:
/** * Creates an awesome button. * * @param {string} $ui-label The name of the UI being created. * @param {color} [$color=red] Base color for the UI.*/@mixinmy-button($ui-label, $color: red) {
}
Parameters are documented just like in methods with @param tag. Currently there is no auto-detection of parameters - all of them have to be specified manually - sorry for that.