mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
chore: cleanup
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user