chore: prep for es2017 builds

This commit is contained in:
Nathan Walker
2020-07-26 00:27:24 -07:00
parent 0f58416e4b
commit 4a6ddb6f03
9 changed files with 128 additions and 73 deletions

View File

@@ -1,5 +1,4 @@
import { parse as parseType } from 'css-tree';
const parse: typeof parseType = require('css-tree');
import { parse } from 'css-tree';
function mapSelectors(selector: string): string[] {
if (!selector) {