mirror of
https://github.com/snachodog/just-the-docs.git
synced 2026-06-04 07:47:25 -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 {