We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0e1123 commit 9fa5786Copy full SHA for 9fa5786
plugins/postcss-cascade-layers/CHANGELOG.md
@@ -3,7 +3,6 @@
3
### Unreleased
4
5
- Fix broken `@keyframes` in `@layer`.
6
-- Add support for `@container` as a conditional rule.
7
8
### 1.0.5 (July 8, 2022)
9
plugins/postcss-cascade-layers/src/constants.ts
@@ -9,7 +9,6 @@ export const IMPLICIT_LAYER_SUFFIX = 'b147acf6-11a6-4338-a4d0-80aef4cd1a2f';
export const CONDITIONAL_ATRULES = [
10
'media',
11
'supports',
12
- 'container',
13
];
14
15
export const ATRULES_WITH_NON_SELECTOR_BLOCK_LISTS = [
0 commit comments