Skip to content
This repository was archived by the owner on Mar 10, 2022. It is now read-only.
This repository was archived by the owner on Mar 10, 2022. It is now read-only.

Multiple save folders #26

@morsanu

Description

@morsanu

I ran into a small problem, I have more than one sass folders in my solution, something like this:

root
---- sass
---- ---- style.scss
---- folder1
---- ---- sass
---- ---- ---- style.scss

I would like to save my css files like this:

root
---- sass
---- ---- style.scss
---- css
---- ---- style.css
---- folder1
---- ---- sass
---- ---- ---- style.scss
---- ---- css
---- ---- ---- style.css

but the "savePath" setting is global and it's relative to the root.
Is there a way to achieve what I'm looking for?

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions