File tree Expand file tree Collapse file tree 4 files changed +21
-0
lines changed
core_functions/meta/get_function Expand file tree Collapse file tree 4 files changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -77,6 +77,7 @@ Error: Function not found: does-not-exist
77
77
'
78
78
input.scss 1:7 root stylesheet
79
79
80
+ <===>
80
81
================================================================================
81
82
<===> through_forward/options.yml
82
83
---
@@ -141,6 +142,7 @@ Error: get-function("rgb") isn't a valid CSS value.
141
142
'
142
143
input.scss 1:7 root stylesheet
143
144
145
+ <===>
144
146
================================================================================
145
147
<===> function_exists/input.scss
146
148
@function add-two($v) {
@@ -161,6 +163,7 @@ Error: $name: get-function("add-two") is not a string.
161
163
'
162
164
input.scss 8:10 root stylesheet
163
165
166
+ <===>
164
167
================================================================================
165
168
<===> conflict/options.yml
166
169
---
Original file line number Diff line number Diff line change 4
4
<===> error
5
5
Error: Parent selectors aren't allowed here.
6
6
,
7
+ 1 | @debug(selector-extend(".a .b", "&b", ndll));
8
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9
+ '
10
+ input.scss 1:8 root stylesheet
11
+
12
+ <===> error-dart-sass
13
+ Error: Error: Parent selectors aren't allowed here.
14
+ ,
7
15
1 | &b
8
16
| ^^
9
17
'
Original file line number Diff line number Diff line change
1
+ <===> options.yml
2
+ ---
3
+ :ignore_for:
4
+ - dart-sass
5
+
1
6
<===> input.scss
2
7
@mixin opacity($percent) {
3
8
foo { test: opacity($percent); }
Original file line number Diff line number Diff line change
1
+ <===> options.yml
2
+ ---
3
+ :ignore_for:
4
+ - dart-sass
5
+
1
6
<===> input.scss
2
7
test {
3
8
test: foo + null;
You can’t perform that action at this time.
0 commit comments