My directory structure is as follows:
C:.
└───static
├───custom_stuff
│ presets.css
│ presets.less
│
└───index
index.less
However, I'm encountering an issue where index.less
cannot locate presets.less
, resulting in the following error message:
'/static/custom_stuff/presets.less' was not found. Attempted - /static/custom_stuff/presets.less
I am using Visual Studio Code and the VSCode Easy LESS extension for compiling LESS to CSS.