UNPKG

css-tree

Version:

A tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations

7 lines (6 loc) 192 B
export * from './clone.js'; export * as ident from './ident.js'; export * from './List.js'; export * from './names.js'; export * as string from './string.js'; export * as url from './url.js';