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

export default createParser(config);