Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/css/ast/mod.ts>AST

CSS Lexer & Parser implementation for Deno
Latest
interface AST
import { type AST } from "https://deno.land/x/css@0.3.0/ast/mod.ts";

Properties

type: Type
stylesheet: { rules: Rule[]; }