Skip to content

Commit da2c2b5

Browse files
zwassxzyfer
authored andcommitted
Enable scale-color saturation tests for libsass
These tests are fixed by sass/libsass#2954
1 parent 0688208 commit da2c2b5

File tree

1 file changed

+0
-30
lines changed
  • spec/core_functions/color/scale_color

1 file changed

+0
-30
lines changed

spec/core_functions/color/scale_color/hsl.hrx

Lines changed: 0 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
<===> saturation/max/options.yml
2-
---
3-
:todo:
4-
- sass/libsass#2903
5-
61
<===> saturation/max/input.scss
72
a {b: scale-color(plum, $saturation: 100%)}
83

@@ -33,11 +28,6 @@ a {
3328

3429
<===>
3530
================================================================================
36-
<===> saturation/high/options.yml
37-
---
38-
:todo:
39-
- sass/libsass#2903
40-
4131
<===> saturation/high/input.scss
4232
a {b: scale-color(plum, $saturation: 67%)}
4333

@@ -108,11 +98,6 @@ a {
10898

10999
<===>
110100
================================================================================
111-
<===> all/options.yml
112-
---
113-
:todo:
114-
- sass/libsass#2903
115-
116101
<===> all/input.scss
117102
a {b: scale-color(turquoise, $saturation: 24%, $lightness: -48%)}
118103

@@ -123,11 +108,6 @@ a {
123108

124109
<===>
125110
================================================================================
126-
<===> alpha_input/options.yml
127-
---
128-
:todo:
129-
- sass/libsass#2903
130-
131111
<===> alpha_input/input.scss
132112
a {b: scale-color(rgba(turquoise, 0.7), $saturation: 24%, $lightness: -48%)}
133113

@@ -138,11 +118,6 @@ a {
138118

139119
<===>
140120
================================================================================
141-
<===> alpha_arg/options.yml
142-
---
143-
:todo:
144-
- sass/libsass#2903
145-
146121
<===> alpha_arg/input.scss
147122
a {b: scale-color(turquoise, $saturation: 24%, $lightness: -48%, $alpha: -70%)}
148123

@@ -153,11 +128,6 @@ a {
153128

154129
<===>
155130
================================================================================
156-
<===> named/options.yml
157-
---
158-
:todo:
159-
- sass/libsass#2903
160-
161131
<===> named/input.scss
162132
a {b: scale-color($color: turquoise, $saturation: 24%, $lightness: -48%)}
163133

0 commit comments

Comments
 (0)