Hi!
I ‘d like to customize frontend style with a sub-theme. And instead of changing all occurrences of the primary color in style.min.css, I’d like to change “@cuar-color-primary” variable in color-config.less file and recompile style.min.css.
But I can’t recompile _style.less because of “@framework-path” variable whose path can’t be resolved. And I can’t find help in documentation.
What file does this path refer to? Is it possible to recompile style.min.css? Or is there a way to simply change, for example, primary color?
Thank you