Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface AtRuleProps
implements ContainerProps
import { type AtRuleProps } from "https://deno.land/x/postcss@8.4.16/lib/at-rule.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.