You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to Primeng 19, my styles.scss can no longer resolve the primeng css resources. When I run npm start on my angular 19.0.6 application it shows an error "Could not resolve "primeng/resources/primeng.css""
Describe the bug
After upgrading to Primeng 19, my styles.scss can no longer resolve the primeng css resources. When I run npm start on my angular 19.0.6 application it shows an error "Could not resolve "primeng/resources/primeng.css""
@import "primeng/resources/themes/lara-light-blue/theme.css"; @import "primeng/resources/primeng.css"; @import "primeicons/primeicons.css"; @import 'primeflex/primeflex.scss';
Pull Request Link
No response
Reason for not contributing a PR
Other Reason
No response
Reproducer
https://stackblitz.com/edit/github-jrrmkeze
Environment
I am running this from visual studio code.
Angular version
19.0.5
PrimeNG version
v19
Node version
20.12.2
Browser(s)
No response
Steps to reproduce the behavior
Expected behavior
What is the proper way to resolve the css in styles.scss?
The text was updated successfully, but these errors were encountered: