Skip to main content
Latest
interface RuleProps
implements ContainerProps
import { type RuleProps } from "https://deno.land/x/postcss@8.4.16/lib/rule.js";

Properties

optional
selector: string

Selector or selectors of the rule.

optional
selectors: string[]

Selectors of the rule represented as an array of strings.

optional
raws: RuleRaws

Information used to generate byte-to-byte equal node string as it was in the origin input.