am trying to use the custom styles in my project and I can't I am getting now errors will tell you the steps till i get the error first create angular project with this version 15.2.9 then i add ngbootsrap wo my project then copy all sass folder and subfolder into my project then do this import in my style.scss file
@import "./assets/sass/style.scss"; // Replace above style with this css file to enable RTL styles // @import "./assets/css/style.rtl"; @import './assets/sass/plugins.scss'; // @import "./assets/css/style.rtl.css"; @import "./assets/sass/style.angular.scss";
// Keenicons - High quality and pixel perfect font icons available in 3 styles, duotone, outline and solid for Metronic elements @import "./assets/plugins/keenicons/duotone/style.css"; @import "./assets/plugins/keenicons/outline/style.css"; @import "./assets/plugins/keenicons/solid/style.css";
i can't serve or build the project i get this error
Have you tried running a fresh installation of the Angular project without adding your custom styles? This will help determine if the issue is related to your custom styles or if it's a separate problem. By testing the project without your custom styles, you can see if it works correctly and identify if the errors are specific to your customizations.