1
- DEPRECATION WARNING on line 6, column 15 of /sass/spec/css/color /alpha_hex/deprecation/input.scss:
1
+ DEPRECATION WARNING on line 6, column 15 of /sass/spec/values/colors /alpha_hex/deprecation/input.scss:
2
2
The value "#AbCd" is currently parsed as a string, but it will be parsed as a
3
3
color in a release on or after 19 September 2018.
4
4
@@ -8,7 +8,7 @@ To parse it as a color, use "rgba(170, 187, 204, 0.8666666667)".
8
8
four-digit: #AbCd;
9
9
^^^^^
10
10
11
- DEPRECATION WARNING on line 7, column 16 of /sass/spec/css/color /alpha_hex/deprecation/input.scss:
11
+ DEPRECATION WARNING on line 7, column 16 of /sass/spec/values/colors /alpha_hex/deprecation/input.scss:
12
12
The value "#aBcDeFaB" is currently parsed as a string, but it will be parsed as a
13
13
color in a release on or after 19 September 2018.
14
14
@@ -18,7 +18,7 @@ To parse it as a color, use "rgba(171, 205, 239, 0.6705882353)".
18
18
eight-digit: #aBcDeFaB;
19
19
^^^^^^^^^
20
20
21
- DEPRECATION WARNING on line 8, column 28 of /sass/spec/css/color /alpha_hex/deprecation/input.scss:
21
+ DEPRECATION WARNING on line 8, column 28 of /sass/spec/values/colors /alpha_hex/deprecation/input.scss:
22
22
The value "#abcd" is currently parsed as a string, but it will be parsed as a
23
23
color in a release on or after 19 September 2018.
24
24
@@ -28,7 +28,7 @@ To parse it as a color, use "rgba(170, 187, 204, 0.8666666667)".
28
28
four-digit-type: type-of(#abcd);
29
29
^^^^^
30
30
31
- DEPRECATION WARNING on line 9, column 29 of /sass/spec/css/color /alpha_hex/deprecation/input.scss:
31
+ DEPRECATION WARNING on line 9, column 29 of /sass/spec/values/colors /alpha_hex/deprecation/input.scss:
32
32
The value "#ABCDEFAB" is currently parsed as a string, but it will be parsed as a
33
33
color in a release on or after 19 September 2018.
34
34
0 commit comments