Hi sir,
I am using the theme metronic html version 8.1.6,I build asset using Webpack
How to used Own (custom).scss file in Metronic html version 8.1.6
Hi,
Could you please use the latest Metronic v8.1.7 by downloading it from your Themeforest Downloads page or Metronic Downloads page?
The latest Metronic comes with the new Bootstrap 5.3.0 update.
To add your own scss file you just need to add it under your own folder src/sass/custom/_my-styles.scss
and include it in the /src/sass/style.scss
as shown below:
// Custom
@import "custom/my-styles";
Ok,Thank you
Here is not need Live Sass Compiler,browsers do not recognize SASS
Hi,
You will need to compile the sass to CSS using our build tools as explained above.
Regards.