UNPKG

@applitools/css-tree

Version:

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

13 lines (9 loc) 204 B
'use strict'; const data = require('../../data.cjs'); const index = require('../node/index.cjs'); const lexerConfig = { generic: true, ...data, node: index }; module.exports = lexerConfig;