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

x/css/core/lexer/lexer.ts

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

Functions

Convert a CSS string into an array of lexical tokens.