UNPKG

@applitools/css-tree

Version:

A temporary custom copy of https://github.com/csstree/csstree

9 lines (5 loc) 191 B
'use strict'; const create = require('./create.cjs'); const generator = require('../syntax/config/generator.cjs'); const index = create.createGenerator(generator); module.exports = index;