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

const create = require('./create.cjs');
const index$1 = require('../walker/index.cjs');

const index = create.createConvertor(index$1);

module.exports = index;