Skip to content

Commit

Permalink
option
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 27, 2023
1 parent b70636a commit 3a467d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions crates/swc_css_parser/src/parser/mod.rs
Expand Up @@ -47,6 +47,10 @@ pub struct ParserConfig {
/// Defaults to `false`.
#[serde(default)]
pub legacy_nesting: bool,

/// If this is `true`, the legacy syntax for IE will be parsed.
#[serde(default)]
pub legacy_ie: bool,
}

#[derive(Debug, Clone, Copy, PartialEq, Eq)]
Expand Down

0 comments on commit 3a467d5

Please sign in to comment.