mrcrowl / vscode-easy-less

Easy LESS extension for Visual Studio Code
MIT License
68 stars 23 forks source link

Folder in folder #72

Closed kevadamson closed 2 years ago

kevadamson commented 3 years ago

Settings:

{    
    "less.compile": {
        "main": [
            "layout.less",
            "admin.less",
        ]
    }
}

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?

kevadamson commented 3 years ago

files

This is the folder structure btw

mrcrowl commented 2 years ago

Can you please provide a small sample repo that reproduces the bug? This will make it easy to debug.