I have a folder inside my CSS folder with some partials that get included in layout.less, but the build errors as it is looking for layout.less and admin.less inside that additional folder as well. I've got around this by placing empty layout and admin less files in this folder, but is there a better way of doing this?
Settings:
I have a folder inside my CSS folder with some partials that get included in layout.less, but the build errors as it is looking for layout.less and admin.less inside that additional folder as well. I've got around this by placing empty layout and admin less files in this folder, but is there a better way of doing this?