Are you an LLM? You can read better optimized documentation at /reference/@cssdoc/embedded/type-aliases/CssDialect.md for this page in Markdown format
Type Alias: CssDialect
ts
type CssDialect = "css" | "scss" | "sass" | "less";Defined in: packages/embedded/src/index.ts:22
A stylesheet dialect (Phase 2 uses this to pick a PostCSS syntax; today everything is treated as CSS).