Skip to content

Commit 3c3321b

Browse files
committed
fix: remove @nativescript/theme
1 parent 29942bf commit 3c3321b

File tree

6 files changed

+4
-28
lines changed

6 files changed

+4
-28
lines changed

apps/nativescript-starter-angular/package.json

-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
"@angular/router": "~18.0.0",
1515
"@nativescript/angular": "^18.0.0",
1616
"@nativescript/core": "~8.8.0",
17-
"@nativescript/theme": "^3.1.0",
1817
"rxjs": "~7.8.0",
1918
"zone.js": "~0.14.2"
2019
},
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
@import '@nativescript/theme/css/core.css';
2-
@import '@nativescript/theme/css/default.css';
3-
41
@tailwind base;
52
@tailwind components;
6-
@tailwind utilities;
7-
8-
Button.-primary {
9-
font-size: 18;
10-
}
3+
@tailwind utilities;
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
@import '@nativescript/theme/css/core.css';
2-
@import '@nativescript/theme/css/default.css';
3-
41
@tailwind base;
52
@tailwind components;
6-
@tailwind utilities;
7-
8-
Button.-primary {
9-
font-size: 18;
10-
}
3+
@tailwind utilities;

apps/nativescript-starter-javascript/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.8.0",
8-
"@nativescript/theme": "^3.1.0"
7+
"@nativescript/core": "~8.8.0"
98
},
109
"devDependencies": {
1110
"@nativescript/preview-cli": "1.0.13",
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
@import '@nativescript/theme/css/core.css';
2-
@import '@nativescript/theme/css/default.css';
3-
41
@tailwind base;
52
@tailwind components;
63
@tailwind utilities;
7-
8-
Button.-primary {
9-
font-size: 18;
10-
}

apps/nativescript-starter-typescript/package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"version": "1.0.0",
55
"private": true,
66
"dependencies": {
7-
"@nativescript/core": "~8.8.0",
8-
"@nativescript/theme": "^3.1.0"
7+
"@nativescript/core": "~8.8.0"
98
},
109
"devDependencies": {
1110
"@nativescript/preview-cli": "1.0.13",

0 commit comments

Comments
 (0)