File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
spec/css/custom_properties Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 1
- <===> empty/options.yml
2
- ---
3
- :todo:
4
- - libsass
5
-
6
1
<===> empty/input.scss
7
2
// CSS requires at least one token in a custom property.
8
3
.empty {
@@ -17,13 +12,15 @@ Error: Expected token.
17
12
'
18
13
input.scss 3:14 root stylesheet
19
14
15
+ <===> empty/error-libsass
16
+ Error: Custom property values may not be empty.
17
+ on line 3:13 of input.scss
18
+ >> --property:;
19
+
20
+ ------------^
21
+
20
22
<===>
21
23
================================================================================
22
- <===> empty_interpolation/options.yml
23
- ---
24
- :todo:
25
- - libsass
26
-
27
24
<===> empty_interpolation/input.scss
28
25
// CSS requires at least one token in a custom property.
29
26
.empty {
@@ -38,6 +35,13 @@ Error: Custom property values may not be empty.
38
35
'
39
36
input.scss 3:14 root stylesheet
40
37
38
+ <===> empty_interpolation/error-libsass
39
+ Error: Custom property values may not be empty.
40
+ on line 3:13 of input.scss
41
+ >> --property:#{""};
42
+
43
+ ------------^
44
+
41
45
<===>
42
46
================================================================================
43
47
<===> nested/options.yml
You can’t perform that action at this time.
0 commit comments