File tree Expand file tree Collapse file tree 4 files changed +10
-9
lines changed
plugins/postcss-color-mix-variadic-function-arguments Expand file tree Collapse file tree 4 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 75
75
- PostCSS Color Functional Notation
76
76
- PostCSS Color Hex Alpha
77
77
- PostCSS Color Mix Function
78
+ - PostCSS Color Mix Variadic Function Arguments
78
79
- PostCSS Conditional Values
79
80
- PostCSS Content Alt Text
80
81
- PostCSS Contrast Color Functions
Original file line number Diff line number Diff line change 72
72
- PostCSS Color Functional Notation
73
73
- PostCSS Color Hex Alpha
74
74
- PostCSS Color Mix Function
75
+ - PostCSS Color Mix Variadic Function Arguments
75
76
- PostCSS Conditional Values
76
77
- PostCSS Content Alt Text
77
78
- PostCSS Contrast Color Functions
Original file line number Diff line number Diff line change 113
113
- plugins/postcss-color-rebeccapurple/**
114
114
- experimental/postcss-color-rebeccapurple/**
115
115
116
+ " plugins/postcss-color-mix-variadic-function-arguments " :
117
+ - changed-files :
118
+ - any-glob-to-any-file :
119
+ - plugins/postcss-color-mix-variadic-function-arguments/**
120
+ - experimental/postcss-color-mix-variadic-function-arguments/**
121
+
116
122
" plugins/postcss-color-mix-function " :
117
123
- changed-files :
118
124
- any-glob-to-any-file :
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @csstools/postcss-color-mix-variadic-function-arguments" ,
3
- "description" : " Use the color-mix function in CSS" ,
3
+ "description" : " Mix any number of colors with the color-mix function in CSS" ,
4
4
"version" : " 0.0.0" ,
5
5
"contributors" : [
6
6
{
78
78
"keywords" : [
79
79
" color-mix" ,
80
80
" css" ,
81
- " display-p3" ,
82
81
" interpolation" ,
83
82
" postcss-plugin" ,
84
- " prophoto-rgb" ,
85
- " rec2020" ,
86
- " rgb" ,
87
- " rgba" ,
88
- " srgb-linear" ,
89
83
" syntax" ,
90
- " variadic" ,
91
- " xyz"
84
+ " variadic"
92
85
],
93
86
"csstools" : {
94
87
"cssdbId" : " color-mix-variadic-function-arguments" ,
You can’t perform that action at this time.
0 commit comments