IOweb/node_modules/css-tree/lib/parser/index.js
2026-07-03 15:07:38 -05:00

4 lines
131 B
JavaScript

import { createParser } from './create.js';
import config from '../syntax/config/parser.js';
export default createParser(config);