You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
606 B
21 lines
606 B
2 years ago
|
# Changes to PostCSS Progressive Custom Properties
|
||
|
|
||
|
## 1.3.0 (March 7, 2022)
|
||
|
|
||
|
- Add matching rules for `color-mix`
|
||
|
- Fix matching rules for gradient functions
|
||
|
- Reduce matchers size
|
||
|
|
||
|
## 1.2.0 (February 15, 2022)
|
||
|
|
||
|
- More matching rules for [double position gradients](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients#readme).
|
||
|
|
||
|
## 1.1.0 (February 12, 2022)
|
||
|
|
||
|
- No longer uses custom properties in `@supports` rules.
|
||
|
- Implement AST matching for values and units and generate minimal `@supports` for select features.
|
||
|
|
||
|
## 1.0.0 (February 6, 2022)
|
||
|
|
||
|
Initial release
|