Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
Downgrade nativescrip-theme-core
Browse files Browse the repository at this point in the history
  • Loading branch information
schlusslicht committed Jul 21, 2019
1 parent 7c7b527 commit 4a78f3b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"nativescript-angular": "8.0.2",
"nativescript-dev-webpack": "1.0.1",
"nativescript-ng-ripple": "2.0.1",
"nativescript-theme-core": "2.0.2",
"nativescript-theme-core": "1.0.6",
"ng-packagr": "5.3.0",
"npm-run-all": "4.1.5",
"reflect-metadata": "0.1.13",
Expand Down
5 changes: 3 additions & 2 deletions src/app.android.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
@import '~nativescript-theme-core/core';
@import '~nativescript-theme-core/light';
@import '~nativescript-theme-core/scss/light';
@import '~nativescript-theme-core/scss/index';
@import '~nativescript-theme-core/scss/platforms/index.android';
@import 'app.theme.scss';

page {
Expand Down
5 changes: 3 additions & 2 deletions src/app.ios.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import '~nativescript-theme-core/core';
@import '~nativescript-theme-core/light';
@import '~nativescript-theme-core/scss/light';
@import '~nativescript-theme-core/scss/index';
@import '~nativescript-theme-core/scss/platforms/index.ios';
@import 'app.theme.scss';
1 change: 0 additions & 1 deletion src/native.tns.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { enableProdMode } from '@angular/core';
import { platformNativeScriptDynamic } from 'nativescript-angular/platform';
import 'nativescript-theme-core';
import { NativeModule } from './native.module.tns';

enableProdMode();
Expand Down

0 comments on commit 4a78f3b

Please sign in to comment.