Skip to content

Commit 36cd2fb

Browse files
committed
improve docs
1 parent 5e919b6 commit 36cd2fb

File tree

1 file changed

+2
-1
lines changed
  • crates/biome_configuration/src

1 file changed

+2
-1
lines changed

crates/biome_configuration/src/css.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ pub struct CssParserConfiguration {
4949
#[serde(skip_serializing_if = "Option::is_none")]
5050
pub allow_wrong_line_comments: Option<CssAllowWrongLineCommentsEnabled>,
5151

52-
/// Enables parsing of CSS Modules specific features.
52+
/// Enables parsing of CSS Modules specific features. Enable this feature only
53+
/// when your files don't end in `.module.css`.
5354
#[serde(skip_serializing_if = "Option::is_none")]
5455
#[bpaf(long("css-parse-css-modules"), argument("true|false"))]
5556
pub css_modules: Option<CssModulesEnabled>,

0 commit comments

Comments
 (0)