Skip to content

Commit

Permalink
Remove folder imports while the Playground has issues with them
Browse files Browse the repository at this point in the history
  • Loading branch information
bundyo committed Aug 28, 2019
1 parent d0e8372 commit ff9fa7f
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 34 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
<a name="2.0.8 beta"></a>
## [2.0.8 beta](https://github.com/NativeScript/theme/compare/v2.0.7...v2.0.8) (2019-08-28)

### Fixes

* Remove folder imports while the Playground has issues with them

<a name="2.0.7 beta"></a>
## [2.0.7 beta](https://github.com/NativeScript/theme/compare/v2.0.6...v2.0.7) (2019-08-22)
## [2.0.7 beta](https://github.com/NativeScript/theme/compare/v2.0.6...v2.0.7) (2019-08-28)

### Fixes

Expand Down
39 changes: 10 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-theme-core",
"version": "2.0.7",
"version": "2.0.8",
"description": "Telerik NativeScript Core Theme",
"author": "Telerik <[email protected]>",
"homepage": "https://www.nativescript.org",
Expand All @@ -27,7 +27,7 @@
"nativescript-ui-autocomplete": "^5.1.0",
"nativescript-ui-sidedrawer": "^7.0.0",
"nativescript-ui-dataform": "^5.0.0",
"tns-core-modules": "^6.1.0-rc-2019-08-23-161023-01"
"tns-core-modules": "^6.0.7"
},
"devDependencies": {
"babel-eslint": "10.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/core.compat.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@

$compat: true;

@import './scss/core';
@import './scss/core/index';
2 changes: 1 addition & 1 deletion src/core.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* Licensed under Apache 2.0 (https://github.com/NativeScript/theme/blob/master/LICENSE)
*/

@import './scss/core';
@import './scss/core/index';

0 comments on commit ff9fa7f

Please sign in to comment.