File tree 6 files changed +4
-28
lines changed
nativescript-starter-angular
nativescript-starter-javascript
nativescript-starter-typescript
6 files changed +4
-28
lines changed Original file line number Diff line number Diff line change 14
14
"@angular/router" : " ~18.0.0" ,
15
15
"@nativescript/angular" : " ^18.0.0" ,
16
16
"@nativescript/core" : " ~8.8.0" ,
17
- "@nativescript/theme" : " ^3.1.0" ,
18
17
"rxjs" : " ~7.8.0" ,
19
18
"zone.js" : " ~0.14.2"
20
19
},
Original file line number Diff line number Diff line change 1
- @import '@nativescript/theme/css/core.css' ;
2
- @import '@nativescript/theme/css/default.css' ;
3
-
4
1
@tailwind base;
5
2
@tailwind components;
6
- @tailwind utilities;
7
-
8
- Button .-primary {
9
- font-size : 18 ;
10
- }
3
+ @tailwind utilities;
Original file line number Diff line number Diff line change 1
- @import '@nativescript/theme/css/core.css' ;
2
- @import '@nativescript/theme/css/default.css' ;
3
-
4
1
@tailwind base;
5
2
@tailwind components;
6
- @tailwind utilities;
7
-
8
- Button .-primary {
9
- font-size : 18 ;
10
- }
3
+ @tailwind utilities;
Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
- "@nativescript/core" : " ~8.8.0" ,
8
- "@nativescript/theme" : " ^3.1.0"
7
+ "@nativescript/core" : " ~8.8.0"
9
8
},
10
9
"devDependencies" : {
11
10
"@nativescript/preview-cli" : " 1.0.13" ,
Original file line number Diff line number Diff line change 1
- @import '@nativescript/theme/css/core.css' ;
2
- @import '@nativescript/theme/css/default.css' ;
3
-
4
1
@tailwind base;
5
2
@tailwind components;
6
3
@tailwind utilities;
7
-
8
- Button .-primary {
9
- font-size : 18 ;
10
- }
Original file line number Diff line number Diff line change 4
4
"version" : " 1.0.0" ,
5
5
"private" : true ,
6
6
"dependencies" : {
7
- "@nativescript/core" : " ~8.8.0" ,
8
- "@nativescript/theme" : " ^3.1.0"
7
+ "@nativescript/core" : " ~8.8.0"
9
8
},
10
9
"devDependencies" : {
11
10
"@nativescript/preview-cli" : " 1.0.13" ,
You can’t perform that action at this time.
0 commit comments