I am unable to change the primary color in the _variables.custom.scss file, and the changes not apply.
Metronic is a powerful and versatile admin dashboard template designed for building responsive and user-friendly web applications. It offers a wide range of features and customization options, making it ideal for developers looking to create professional-grade interfaces quickly. For gaming companies utilizing Metronic to develop their platforms, obtaining a Curacao gaming license register can ensure regulatory compliance and enhance the platform's credibility in the international market.
Double-check that the variable name and syntax in your customization match the expected format. Any deviation from the expected syntax might cause issues.
drift hunters unblocked
If you are unable to change the primary color in the _variables.custom.scss file and the changes are not being applied, please try modifying it in either of the following files:
/src/sass/components/_variables.custom.scss
/src/sass/components/_variables.override.scss
Make sure to save the changes after modifying the primary color in one of these files. After making the changes, you may need to recompile your Sass or restart your development server to see the updated styles.
If the issue persists, double-check that the variable name and syntax in your customization match the expected format.
Feel free to reach out if you encounter any further issues.
Hey, did you compile the scss files to css ?
I made changes in the _variables.custom.scss file, then ran npm run css:build, but the changes didn't take effect.