We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e919b6 commit 36cd2fbCopy full SHA for 36cd2fb
crates/biome_configuration/src/css.rs
@@ -49,7 +49,8 @@ pub struct CssParserConfiguration {
49
#[serde(skip_serializing_if = "Option::is_none")]
50
pub allow_wrong_line_comments: Option<CssAllowWrongLineCommentsEnabled>,
51
52
- /// Enables parsing of CSS Modules specific features.
+ /// Enables parsing of CSS Modules specific features. Enable this feature only
53
+ /// when your files don't end in `.module.css`.
54
55
#[bpaf(long("css-parse-css-modules"), argument("true|false"))]
56
pub css_modules: Option<CssModulesEnabled>,
0 commit comments