Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/css/ast/mod.ts>AST

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

Properties

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