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

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

const config = {
    node: indexGenerate
};

module.exports = config;