@@ -15,7 +15,7 @@ Error: $red: Expected -256 to be within -255 and 255.
15
15
1 | a {b: adjust-color(red, $red: -256)}
16
16
| ^^^^
17
17
'
18
- input.scss 1:31 adjust-color
18
+ input.scss 1:31 adjust-color()
19
19
,
20
20
1 | a {b: adjust-color(red, $red: -256)}
21
21
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -41,7 +41,7 @@ Error: $red: Expected 256 to be within -255 and 255.
41
41
1 | a {b: adjust-color(red, $red: 256)}
42
42
| ^^^
43
43
'
44
- input.scss 1:31 adjust-color
44
+ input.scss 1:31 adjust-color()
45
45
,
46
46
1 | a {b: adjust-color(red, $red: 256)}
47
47
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -67,7 +67,7 @@ Error: $green: Expected -256 to be within -255 and 255.
67
67
1 | a {b: adjust-color(green, $green: -256)}
68
68
| ^^^^
69
69
'
70
- input.scss 1:35 adjust-color
70
+ input.scss 1:35 adjust-color()
71
71
,
72
72
1 | a {b: adjust-color(green, $green: -256)}
73
73
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -93,7 +93,7 @@ Error: $green: Expected 256 to be within -255 and 255.
93
93
1 | a {b: adjust-color(green, $green: 256)}
94
94
| ^^^
95
95
'
96
- input.scss 1:35 adjust-color
96
+ input.scss 1:35 adjust-color()
97
97
,
98
98
1 | a {b: adjust-color(green, $green: 256)}
99
99
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -119,7 +119,7 @@ Error: $blue: Expected -256 to be within -255 and 255.
119
119
1 | a {b: adjust-color(blue, $blue: -256)}
120
120
| ^^^^
121
121
'
122
- input.scss 1:33 adjust-color
122
+ input.scss 1:33 adjust-color()
123
123
,
124
124
1 | a {b: adjust-color(blue, $blue: -256)}
125
125
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -145,7 +145,7 @@ Error: $blue: Expected 256 to be within -255 and 255.
145
145
1 | a {b: adjust-color(blue, $blue: 256)}
146
146
| ^^^
147
147
'
148
- input.scss 1:33 adjust-color
148
+ input.scss 1:33 adjust-color()
149
149
,
150
150
1 | a {b: adjust-color(blue, $blue: 256)}
151
151
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -171,7 +171,7 @@ Error: $saturation: Expected -100.001 to be within -100 and 100.
171
171
1 | a {b: adjust-color(red, $saturation: -100.001)}
172
172
| ^^^^^^^^
173
173
'
174
- input.scss 1:38 adjust-color
174
+ input.scss 1:38 adjust-color()
175
175
,
176
176
1 | a {b: adjust-color(red, $saturation: -100.001)}
177
177
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -197,7 +197,7 @@ Error: $saturation: Expected 100.001 to be within -100 and 100.
197
197
1 | a {b: adjust-color(red, $saturation: 100.001)}
198
198
| ^^^^^^^
199
199
'
200
- input.scss 1:38 adjust-color
200
+ input.scss 1:38 adjust-color()
201
201
,
202
202
1 | a {b: adjust-color(red, $saturation: 100.001)}
203
203
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -223,7 +223,7 @@ Error: $lightness: Expected -100.001 to be within -100 and 100.
223
223
1 | a {b: adjust-color(red, $lightness: -100.001)}
224
224
| ^^^^^^^^
225
225
'
226
- input.scss 1:37 adjust-color
226
+ input.scss 1:37 adjust-color()
227
227
,
228
228
1 | a {b: adjust-color(red, $lightness: -100.001)}
229
229
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -249,7 +249,7 @@ Error: $lightness: Expected 100.001 to be within -100 and 100.
249
249
1 | a {b: adjust-color(red, $lightness: 100.001)}
250
250
| ^^^^^^^
251
251
'
252
- input.scss 1:37 adjust-color
252
+ input.scss 1:37 adjust-color()
253
253
,
254
254
1 | a {b: adjust-color(red, $lightness: 100.001)}
255
255
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -275,7 +275,7 @@ Error: $alpha: Expected -1.001 to be within -1 and 1.
275
275
1 | a {b: adjust-color(red, $alpha: -1.001)}
276
276
| ^^^^^^
277
277
'
278
- input.scss 1:33 adjust-color
278
+ input.scss 1:33 adjust-color()
279
279
,
280
280
1 | a {b: adjust-color(red, $alpha: -1.001)}
281
281
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -301,7 +301,7 @@ Error: $alpha: Expected 1.001 to be within -1 and 1.
301
301
1 | a {b: adjust-color(red, $alpha: 1.001)}
302
302
| ^^^^^
303
303
'
304
- input.scss 1:33 adjust-color
304
+ input.scss 1:33 adjust-color()
305
305
,
306
306
1 | a {b: adjust-color(red, $alpha: 1.001)}
307
307
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments