aboutsummaryrefslogtreecommitdiffstats
path: root/vanilla/node_modules/css-tree/cjs/syntax/config/walker.cjs
blob: 95c8f7df0daf1a88894813d6e52e51e9d4244ad9 (plain) (blame)
1
2
3
4
5
6
7
8
9
'use strict';

const index = require('../node/index.cjs');

const config = {
    node: index
};

module.exports = config;