Skip to content

Commit

Permalink
container
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Nov 11, 2024
1 parent 2716464 commit cd29dba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions turbopack/crates/turbopack-css/src/process.rs
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@ async fn process_content(
},
dashed_idents: false,
grid: false,
container: false,
..Default::default()
}),

Expand Down Expand Up @@ -1157,6 +1158,7 @@ mod tests {
pattern: Pattern::default(),
dashed_idents: false,
grid: false,
container: false,
..Default::default()
}),
..Default::default()
Expand Down

0 comments on commit cd29dba

Please sign in to comment.