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

export default createWalker(config);