|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 2 weeks ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
606 bytes
|
| Line | |
|---|
| 1 | # Changes to PostCSS Progressive Custom Properties
|
|---|
| 2 |
|
|---|
| 3 | ## 1.3.0 (March 7, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Add matching rules for `color-mix`
|
|---|
| 6 | - Fix matching rules for gradient functions
|
|---|
| 7 | - Reduce matchers size
|
|---|
| 8 |
|
|---|
| 9 | ## 1.2.0 (February 15, 2022)
|
|---|
| 10 |
|
|---|
| 11 | - More matching rules for [double position gradients](https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients#readme).
|
|---|
| 12 |
|
|---|
| 13 | ## 1.1.0 (February 12, 2022)
|
|---|
| 14 |
|
|---|
| 15 | - No longer uses custom properties in `@supports` rules.
|
|---|
| 16 | - Implement AST matching for values and units and generate minimal `@supports` for select features.
|
|---|
| 17 |
|
|---|
| 18 | ## 1.0.0 (February 6, 2022)
|
|---|
| 19 |
|
|---|
| 20 | Initial release
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.