We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2640a5f commit 3437ed7Copy full SHA for 3437ed7
packages/core/package.json
@@ -3,7 +3,7 @@
3
"main": "index",
4
"types": "index.d.ts",
5
"description": "NativeScript Core Modules",
6
- "version": "7.0.5",
+ "version": "7.0.6",
7
"homepage": "https://nativescript.org",
8
"repository": {
9
"type": "git",
packages/core/ui/styling/css-selector/index.ts
@@ -1,3 +1,4 @@
1
+import '../../../globals';
2
import { isNullOrUndefined } from '../../../utils/types';
import * as cssParser from '../../../css';
0 commit comments