Skip to content

Commit 6d47ed3

Browse files
committed
Disable UnnecessaryParentReference for mixin
1 parent ce7dc78 commit 6d47ed3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_sass/basically-basic/mixins/_fluid-type.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
}
99

1010
@mixin fluid-type($min-vw, $max-vw, $min-font-size, $max-font-size) {
11+
// scss-lint:disable UnnecessaryParentReference
1112
$u1: unit($min-vw);
1213
$u2: unit($max-vw);
1314
$u3: unit($min-font-size);

0 commit comments

Comments
 (0)