Patch Changes
-
#1742
6d56091Thanks @ATOM00blue! - Replace dots with underscores in development mode identifiersReplace dots with underscores in
debugidentifiersdebugidentifiers are derived from the source file path. For file paths with additional dots beyond the.css.tsextension (e.g.foo.vanilla.css.ts), the resulting class names contained a literal., which is a CSS selector metacharacter that requires escaping and is a source of instability. Dots in debug identifiers are now replaced with_. This only affectsdebugidentifiers and notshortidentifiers.