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) 176 B
'use strict'; const create = require('./create.cjs'); const index$1 = require('../walker/index.cjs'); const index = create.createConvertor(index$1); module.exports = index;