mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-16 16:12:23 -06:00
at-mixin-no-argumentless-call-parentheses
Deprecated. Use at-mixin-argumentless-call-parentheses
instead.
Disallow parentheses in argumentless @mixin
calls.
@include mixin-name() {
/** ↑
* Such mixin calls */
The following patterns are considered warnings:
@include mixin-name() {
The following patterns are not considered warnings:
@include mixin-name {