Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface AtRuleProps
implements ContainerProps
Re-export
import { type AtRuleProps } from "https://deno.land/x/postcss@8.4.16/lib/postcss.d.ts";

Properties

name: string

Name of the at-rule.

optional
params: string | number

Parameters following the name of the at-rule.

optional
raws: AtRuleRaws

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