Skip to main content
Module

x/css/ast/mod.ts

CSS Lexer & Parser implementation for Deno
Latest
File
export type { AST } from "./ast.ts";export type { Rule, Decl } from "./node.ts";export type { Position, Token } from "./token.ts";