Skip to main content
Module

x/css/mod.ts>AST

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

Properties

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