Skip to content

Commit

Permalink
more fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 29, 2024
1 parent fe661f2 commit ce6837a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions selectors/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,6 +546,9 @@ impl<'i, Impl: SelectorImpl<'i>> SelectorList<'i, Impl> {
if selector_state.contains(SelectorParsingState::AFTER_NESTING) {
state.insert(SelectorParsingState::AFTER_NESTING)
}
if selector_state.contains(SelectorParsingState::IGNORE_CSS_MODULE_PURITY_CHECK) {
state.insert(SelectorParsingState::IGNORE_CSS_MODULE_PURITY_CHECK);
}
result
});

Expand Down

0 comments on commit ce6837a

Please sign in to comment.