Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Latest
interface UnknownAtRule
Re-export
import { type UnknownAtRule } from "https://deno.land/x/frugal@0.9.6/dep/lightningcss.ts";

An unknown at-rule, stored as raw tokens.

Properties

optional
block: TokenOrValue[] | null

The contents of the block, if any.

The location of the rule in the source file.

name: String

The name of the at-rule (without the @).

prelude: TokenOrValue[]

The prelude of the rule.