UNPKG

@eslint/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

10 lines (6 loc) 122 B
'use strict'; const index = require('../node/index.cjs'); const config = { node: index }; module.exports = config;