rittenhop-ghost/versions/5.94.2/node_modules/css-tree/lib/walker/index.js

5 lines
131 B
JavaScript
Raw Normal View History

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