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

9 lines (5 loc) 185 B
'use strict'; const create = require('./create.cjs'); const walker$1 = require('../syntax/config/walker.cjs'); const walker = create.createWalker(walker$1); module.exports = walker;