Skip to content

Variable: CSSDOC_TAGS

ts
const CSSDOC_TAGS: readonly CssdocTag[];

Defined in: packages/spec/src/index.ts:46

Every standard cssdoc tag, in canonical order. Adopts the Custom Elements Manifest names (@cssproperty, @csspart, @cssstate) where they exist, so the vocabulary is standards-aligned.

Released under the MIT License