Skip to content

Commit 7a4fc49

Browse files
committed
Workaround an issue in Playground again
1 parent 17c2c48 commit 7a4fc49

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-theme-core",
3-
"version": "2.0.12",
3+
"version": "2.0.13",
44
"description": "Telerik NativeScript Core Theme",
55
"author": "Telerik <support@telerik.com>",
66
"homepage": "https://www.nativescript.org",

src/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
@import './scss/variables';
1+
@import './scss/variables/index';
22
@import './scss/core/index';
33
@import './scss/index';

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nativescript-theme-core",
3-
"version": "2.0.0-alpha",
3+
"version": "2.0.13",
44
"description": "Telerik NativeScript Core Theme",
55
"author": "Telerik <support@telerik.com>",
66
"main": "index",

src/scss/core/_index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Core vars
2-
@import '../variables';
2+
@import '../variables/index';
33

44
// Utilities
55
@import './utilities/index';

src/scss/variables/_aqua.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Core variables
2-
@import '../variables';
2+
@import '../variables/index';
33

44
/**
55
* Blue variable overrides

src/scss/variables/_blue.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Core variables
2-
@import '../variables';
2+
@import '../variables/index';
33

44
/**
55
* Blue variable overrides

src/scss/variables/_brown.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Core variables
2-
@import '../variables';
2+
@import '../variables/index';
33

44
/**
55
* Brown variable overrides

src/scss/variables/_forest.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Core variables
2-
@import '../variables';
2+
@import '../variables/index';
33

44
/**
55
* Forest variable overrides

src/scss/variables/_grey.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Core variables
2-
@import '../variables';
2+
@import '../variables/index';
33

44
/**
55
* Forest variable overrides

src/scss/variables/_lemon.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// Core variables
2-
@import '../variables';
2+
@import '../variables/index';
33

44
/**
55
* Lemon variable overrides

0 commit comments

Comments
 (0)