chore: cleanup

This commit is contained in:
Nathan Walker
2020-07-24 14:37:14 -07:00
parent 6ed1b7c89b
commit 502d263281
16 changed files with 348 additions and 276 deletions

View File

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