this is the error im getting...
ERROR in ./app.css
Module not found: Error: Can't resolve './nativescript-theme-core/css/core.light.css' in 'C:\Users\elish_n8zkzh8\Downloads\bandz test\app'
@ ./app.css 3:10-116
@ ../node_modules/nativescript-dev-webpack/load-application-css-angular.js
@ ./main.ts
ive tried installing zone.js for the npm warnings but it didnt work and commented out the importation and that worked but missing key features
@import "nativescript-theme-core/css/core.light.css";
.btn-primary {
height: 50;
background-color: #D51A1A;
border-radius: 5;
font-size: 20;
font-weight: 600;
}
.btn-primary:disabled {
opacity: 0.5;
}
i need the css to render