Hello i'm working on a theme that i intend to share ( as a sneak peek for a bigger project ) but i'm having some issues with less.....
First of all i wonder if there's a way to kind of " hot reload " the styles ? Cuz to see the changes i always have to go turn on / off the extension.
Second i'm having some issues when importing files ?
Like my directory tree looks like this
less folder
--admin folder
----- Component1.less
----- Component2.less
--admin.less
and in admin.less i do
@import "admin/Component1";
@import "admin/Component2";
it works for a while even though i have to constantly switch on&off the extension but after a while it stops updating and i have to put all the less code from idk Component2 directly into the root admin.less to have it working again
Has anyone else encountered these issues ?