Skip to main content
Module

x/bundler/deps.ts>postcss.AtRuleProps

A Bundler with the web in mind.
Latest
interface postcss.AtRuleProps
implements ContainerProps
Re-export
import { type postcss } from "https://deno.land/x/bundler@0.9.0/deps.ts";
const { AtRuleProps } = postcss;

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.