File tree Expand file tree Collapse file tree 1 file changed +0
-30
lines changed
spec/core_functions/color/scale_color Expand file tree Collapse file tree 1 file changed +0
-30
lines changed Original file line number Diff line number Diff line change 1
- <===> saturation/max/options.yml
2
- ---
3
- :todo:
4
- - sass/libsass#2903
5
-
6
1
<===> saturation/max/input.scss
7
2
a {b: scale-color(plum, $saturation: 100%)}
8
3
33
28
34
29
<===>
35
30
================================================================================
36
- <===> saturation/high/options.yml
37
- ---
38
- :todo:
39
- - sass/libsass#2903
40
-
41
31
<===> saturation/high/input.scss
42
32
a {b: scale-color(plum, $saturation: 67%)}
43
33
108
98
109
99
<===>
110
100
================================================================================
111
- <===> all/options.yml
112
- ---
113
- :todo:
114
- - sass/libsass#2903
115
-
116
101
<===> all/input.scss
117
102
a {b: scale-color(turquoise, $saturation: 24%, $lightness: -48%)}
118
103
123
108
124
109
<===>
125
110
================================================================================
126
- <===> alpha_input/options.yml
127
- ---
128
- :todo:
129
- - sass/libsass#2903
130
-
131
111
<===> alpha_input/input.scss
132
112
a {b: scale-color(rgba(turquoise, 0.7), $saturation: 24%, $lightness: -48%)}
133
113
138
118
139
119
<===>
140
120
================================================================================
141
- <===> alpha_arg/options.yml
142
- ---
143
- :todo:
144
- - sass/libsass#2903
145
-
146
121
<===> alpha_arg/input.scss
147
122
a {b: scale-color(turquoise, $saturation: 24%, $lightness: -48%, $alpha: -70%)}
148
123
153
128
154
129
<===>
155
130
================================================================================
156
- <===> named/options.yml
157
- ---
158
- :todo:
159
- - sass/libsass#2903
160
-
161
131
<===> named/input.scss
162
132
a {b: scale-color($color: turquoise, $saturation: 24%, $lightness: -48%)}
163
133
You can’t perform that action at this time.
0 commit comments