Skip to content

Commit 6e3b93c

Browse files
committed
Add @container to bubbled at-rules
1 parent 07b4427 commit 6e3b93c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,10 @@ function normalizeRootRule(rule) {
268268
const hasRootRule = Symbol('hasRootRule')
269269

270270
module.exports = (opts = {}) => {
271-
let bubble = atruleNames(['media', 'supports', 'layer'], opts.bubble)
271+
let bubble = atruleNames(
272+
['media', 'supports', 'layer', 'container'],
273+
opts.bubble
274+
)
272275
let atruleChilds = createFnAtruleChilds(bubble)
273276
let unwrap = atruleNames(
274277
[

0 commit comments

Comments
 (0)