|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
967 bytes
|
| Line | |
|---|
| 1 | # Changes to PostCSS Cascade Layers
|
|---|
| 2 |
|
|---|
| 3 | ### 1.1.1 (September 17, 2022)
|
|---|
| 4 |
|
|---|
| 5 | - Fix pre-defined layer order in nested `@layer` rules.
|
|---|
| 6 |
|
|---|
| 7 | ### 1.1.0 (September 14, 2022)
|
|---|
| 8 |
|
|---|
| 9 | - Add support for `@scope` and `@container` as parent rules for `@layer`
|
|---|
| 10 |
|
|---|
| 11 | ### 1.0.6 (September 7, 2022)
|
|---|
| 12 |
|
|---|
| 13 | - Fix broken `@keyframes` in `@layer`.
|
|---|
| 14 |
|
|---|
| 15 | ### 1.0.5 (July 8, 2022)
|
|---|
| 16 |
|
|---|
| 17 | - Fix case insensitive `@layer` matching (`@LaYeR`).
|
|---|
| 18 | - Updated `@csstools/selector-specificity` to `2.0.2` (patch)
|
|---|
| 19 |
|
|---|
| 20 | ### 1.0.4 (June 23, 2022)
|
|---|
| 21 |
|
|---|
| 22 | - Fix selector order with any pseudo element. This plugin will no longer re-order selectors.
|
|---|
| 23 |
|
|---|
| 24 | ### 1.0.3 (June 4, 2022)
|
|---|
| 25 |
|
|---|
| 26 | - Update `@csstools/selector-specificity` (major)
|
|---|
| 27 |
|
|---|
| 28 | ### 1.0.2 (May 20, 2022)
|
|---|
| 29 |
|
|---|
| 30 | - Use only simple `:not(#\#)` selectors to adjust specificity.
|
|---|
| 31 |
|
|---|
| 32 | ### 1.0.1 (May 17, 2022)
|
|---|
| 33 |
|
|---|
| 34 | - Process CSS after most other plugins to ensure correct analysis and transformation of sugary CSS.
|
|---|
| 35 | - Fix selector order with `:before` and other pseudo elements.
|
|---|
| 36 |
|
|---|
| 37 | ### 1.0.0 (May 12, 2022)
|
|---|
| 38 |
|
|---|
| 39 | - Initial version
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.