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

const create = require('./create.cjs');
const generator = require('../syntax/config/generator.cjs');

const index = create.createGenerator(generator);

module.exports = index;