Hi ...and sorry for the stupid question.
I have try to chane a secondary color in _variables.scss.
I have set to #c2c2c2 !default;
Afetr I have compile with gulp --demo1.
Structure:
pubic
- metronic
-- demo1
-- tools
...I have switch with terminal in tools and run the command gulp --demo1
...but nothing change ...I'm confusing.
Thank you for help.
Hi,
Apologize for the delay. Compiled CSS files might be cached by the browser or gulp. Try clearing your browser cache and running gulp clean && gulp --demo1 again.
Check the console output during compilation.
Thanks