I am using the local folder in my JA Sugite template.
Is it possible to set up template.less in the local folder that imports other less files that are in the same folder as well? My template.less override file got to be very long because of many customizations, so I was hoping to split it up to import other files.
For example, in /local/less I want to have template.less that has:
@import “home.less”;
@import “landing-page.less”;
… etc
I have tried this but it does not seem to be working. I am not sure if I just have an error in one of the imported less files or if this won’t work. I get an error that “variable @slate is undefined” (a color I’ve defined in variables-custom.less)