Skip to content

Commit

Permalink
Add @container to bubbled at-rules
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 19, 2023
1 parent 07b4427 commit 6e3b93c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,10 @@ function normalizeRootRule(rule) {
const hasRootRule = Symbol('hasRootRule')

module.exports = (opts = {}) => {
let bubble = atruleNames(['media', 'supports', 'layer'], opts.bubble)
let bubble = atruleNames(
['media', 'supports', 'layer', 'container'],
opts.bubble
)
let atruleChilds = createFnAtruleChilds(bubble)
let unwrap = atruleNames(
[
Expand Down

0 comments on commit 6e3b93c

Please sign in to comment.