Skip to content

Commit a3b876c

Browse files
committed
Re-organize specs to match existing structure
1 parent 456f828 commit a3b876c

19 files changed

+4
-49
lines changed

spec/values/colors/alpha_hex-3.5/error

Lines changed: 0 additions & 15 deletions
This file was deleted.

spec/values/colors/alpha_hex-3.5/expected_output.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

spec/values/colors/alpha_hex-3.5/input.scss

Lines changed: 0 additions & 17 deletions
This file was deleted.

spec/values/colors/alpha_hex-3.5/options.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

spec/css/color/alpha_hex/deprecation/error renamed to spec/values/colors/alpha_hex/deprecation/error

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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:
22
The value "#AbCd" is currently parsed as a string, but it will be parsed as a
33
color in a release on or after 19 September 2018.
44

@@ -8,7 +8,7 @@ To parse it as a color, use "rgba(170, 187, 204, 0.8666666667)".
88
four-digit: #AbCd;
99
^^^^^
1010

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:
1212
The value "#aBcDeFaB" is currently parsed as a string, but it will be parsed as a
1313
color in a release on or after 19 September 2018.
1414

@@ -18,7 +18,7 @@ To parse it as a color, use "rgba(171, 205, 239, 0.6705882353)".
1818
eight-digit: #aBcDeFaB;
1919
^^^^^^^^^
2020

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:
2222
The value "#abcd" is currently parsed as a string, but it will be parsed as a
2323
color in a release on or after 19 September 2018.
2424

@@ -28,7 +28,7 @@ To parse it as a color, use "rgba(170, 187, 204, 0.8666666667)".
2828
four-digit-type: type-of(#abcd);
2929
^^^^^
3030

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:
3232
The value "#ABCDEFAB" is currently parsed as a string, but it will be parsed as a
3333
color in a release on or after 19 September 2018.
3434

0 commit comments

Comments
 (0)