Skip to main content
Module

x/bundler/deps.ts>postcss.RuleProps

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

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.