@@ -108,6 +108,19 @@ Error: $color: 1 is not a color.
108
108
'
109
109
input.scss 1:7 root stylesheet
110
110
111
+ <===> error/type/color/error-libsass
112
+ Error: $color: 1 is not a color.
113
+ ,
114
+ 1 | a {b: desaturate(1, 2)}
115
+ | ^
116
+ '
117
+ input.scss 1:18 desaturate
118
+ ,
119
+ 1 | a {b: desaturate(1, 2)}
120
+ | ^^^^^^^^^^^^^^^^
121
+ '
122
+ input.scss 1:7 root stylesheet
123
+
111
124
<===>
112
125
================================================================================
113
126
<===> error/type/lightness/input.scss
@@ -121,6 +134,19 @@ Error: $amount: blue is not a number.
121
134
'
122
135
input.scss 1:7 root stylesheet
123
136
137
+ <===> error/type/lightness/error-libsass
138
+ Error: $amount: blue is not a number.
139
+ ,
140
+ 1 | a {b: desaturate(plum, blue)}
141
+ | ^^^^
142
+ '
143
+ input.scss 1:24 desaturate
144
+ ,
145
+ 1 | a {b: desaturate(plum, blue)}
146
+ | ^^^^^^^^^^^^^^^^^^^^^^
147
+ '
148
+ input.scss 1:7 root stylesheet
149
+
124
150
<===>
125
151
================================================================================
126
152
<===> error/bounds/too_low/input.scss
@@ -134,6 +160,19 @@ Error: $amount: Expected -0.001 to be within 0 and 100.
134
160
'
135
161
input.scss 1:7 root stylesheet
136
162
163
+ <===> error/bounds/too_low/error-libsass
164
+ Error: $amount: Expected -0.001 to be within 0 and 100.
165
+ ,
166
+ 1 | a {b: desaturate(plum, -0.001)}
167
+ | ^^^^^^
168
+ '
169
+ input.scss 1:24 desaturate
170
+ ,
171
+ 1 | a {b: desaturate(plum, -0.001)}
172
+ | ^^^^^^^^^^^^^^^^^^^^^^^^
173
+ '
174
+ input.scss 1:7 root stylesheet
175
+
137
176
<===>
138
177
================================================================================
139
178
<===> error/bounds/too_high/input.scss
@@ -147,3 +186,15 @@ Error: $amount: Expected 100.001 to be within 0 and 100.
147
186
'
148
187
input.scss 1:7 root stylesheet
149
188
189
+ <===> error/bounds/too_high/error-libsass
190
+ Error: $amount: Expected 100.001 to be within 0 and 100.
191
+ ,
192
+ 1 | a {b: desaturate(plum, 100.001)}
193
+ | ^^^^^^^
194
+ '
195
+ input.scss 1:24 desaturate
196
+ ,
197
+ 1 | a {b: desaturate(plum, 100.001)}
198
+ | ^^^^^^^^^^^^^^^^^^^^^^^^^
199
+ '
200
+ input.scss 1:7 root stylesheet
0 commit comments