Metronic custom style is not working.
I have added
@import "./assets/sass/core/vendors/plugins/toastr";
but CSS is not working.
When I used @import "/node_modules/ngx-toastr/toastr.css";
It was working fine with the default toastr design.
I also tried
@import "./assets/sass/core/vendors/plugins/toastr";
@import "./assets/sass/core/vendors/plugins/_toastr";
@import "./assets/sass/core/vendors/plugins/_toastr.scss";
nothing was working.
Hi
Could you please try this? In your Angular project's main stylesheet file (/src/styles.scss), import the Toastr styles before any other styles:
@import "node_modules/ngx-toastr/toastr.css";