aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/lib/parser/index.js
blob: 7cee62ec7fe3295ef27490b9c93d729b7d00263b (plain) (blame)
1
2
3
4
import { createParser } from './create.js';
import config from '../syntax/config/parser.js';

export default createParser(config);