attrValueQuotes

Control whether should add quotes to attribute value in selector or not if it's not quoted.

Possible options:

  • "always": Always add quotes.
  • "ignore": Don't add quotes to those that're not quoted. For quoted value, quotes won't be removed.

Default option is "always".

Example for "always"

Playground

[key="value"] {}

Example for "ignore"

Playground

[key=value] {}

See also

  • quotes option for controlling using single or double quotes.