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

x/css/core/parser/parser.ts

CSS Lexer & Parser implementation for Deno
import * as css from "https://deno.land/x/css@0.2.0/core/parser/parser.ts";

Functions

Convert a CSS string or array of lexical tokens into a stringify-able AST.