Skip to content

Commit 9fa5786

Browse files
committed
cascade-layers : container is an element specific conditional rule
1 parent b0e1123 commit 9fa5786

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

plugins/postcss-cascade-layers/CHANGELOG.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
### Unreleased
44

55
- Fix broken `@keyframes` in `@layer`.
6-
- Add support for `@container` as a conditional rule.
76

87
### 1.0.5 (July 8, 2022)
98

plugins/postcss-cascade-layers/src/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ export const IMPLICIT_LAYER_SUFFIX = 'b147acf6-11a6-4338-a4d0-80aef4cd1a2f';
99
export const CONDITIONAL_ATRULES = [
1010
'media',
1111
'supports',
12-
'container',
1312
];
1413

1514
export const ATRULES_WITH_NON_SELECTOR_BLOCK_LISTS = [

0 commit comments

Comments
 (0)