Skip to main content
Latest
type alias SyntaxString
import { type SyntaxString } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

A CSS syntax string used to define the grammar for a registered custom property.

definition: { type: "components"; value: SyntaxComponent[]; } | { type: "universal"; }