Skip to content

Commit

Permalink
fix: remove @nativescript/theme
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Jul 22, 2024
1 parent 29942bf commit 3c3321b
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 28 deletions.
1 change: 0 additions & 1 deletion apps/nativescript-starter-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"@angular/router": "~18.0.0",
"@nativescript/angular": "^18.0.0",
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "^3.1.0",
"rxjs": "~7.8.0",
"zone.js": "~0.14.2"
},
Expand Down
9 changes: 1 addition & 8 deletions apps/nativescript-starter-angular/src/app.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
@import '@nativescript/theme/css/core.css';
@import '@nativescript/theme/css/default.css';

@tailwind base;
@tailwind components;
@tailwind utilities;

Button.-primary {
font-size: 18;
}
@tailwind utilities;
9 changes: 1 addition & 8 deletions apps/nativescript-starter-javascript/app/app.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
@import '@nativescript/theme/css/core.css';
@import '@nativescript/theme/css/default.css';

@tailwind base;
@tailwind components;
@tailwind utilities;

Button.-primary {
font-size: 18;
}
@tailwind utilities;
3 changes: 1 addition & 2 deletions apps/nativescript-starter-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "^3.1.0"
"@nativescript/core": "~8.8.0"
},
"devDependencies": {
"@nativescript/preview-cli": "1.0.13",
Expand Down
7 changes: 0 additions & 7 deletions apps/nativescript-starter-typescript/app/app.css
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
@import '@nativescript/theme/css/core.css';
@import '@nativescript/theme/css/default.css';

@tailwind base;
@tailwind components;
@tailwind utilities;

Button.-primary {
font-size: 18;
}
3 changes: 1 addition & 2 deletions apps/nativescript-starter-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"version": "1.0.0",
"private": true,
"dependencies": {
"@nativescript/core": "~8.8.0",
"@nativescript/theme": "^3.1.0"
"@nativescript/core": "~8.8.0"
},
"devDependencies": {
"@nativescript/preview-cli": "1.0.13",
Expand Down

0 comments on commit 3c3321b

Please sign in to comment.