Encountering an error with my code...
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
I attempted to install zone.js to address the npm warnings, but it did not resolve the issue. I also tried commenting out the importation, which worked but caused me to lose some 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;
}
It is crucial for the CSS to render correctly.