We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 690f608 commit 82125e0Copy full SHA for 82125e0
spec/css/mixin.hrx
@@ -0,0 +1,12 @@
1
+<===> error/css/mixin/input.scss
2
+@mixin --a {}
3
+
4
+<===> error/css/mixin/error
5
+Error: Sass @mixin names beginning with -- are forbidden for forward-compatibility with plain CSS mixins.
6
7
+For details, see https://sass-lang.com/d/css-function-mixin
8
+ ,
9
+1 | @mixin --a {}
10
+ | ^^^
11
+ '
12
+ input.scss 1:8 root stylesheet
0 commit comments