UNPKG

@applitools/css-tree

Version:

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

9 lines (5 loc) 179 B
'use strict'; const create = require('./create.cjs'); const parser = require('../syntax/config/parser.cjs'); const index = create.createParser(parser); module.exports = index;