Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Many-to-Many Mode #33

Open
fanfavorite opened this issue Nov 23, 2023 · 5 comments
Open

Add Many-to-Many Mode #33

fanfavorite opened this issue Nov 23, 2023 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@fanfavorite
Copy link

fanfavorite commented Nov 23, 2023

Can we add a many-to-many configuration setting to this plugin? There appears to be a loadPaths to add additional input folders, however I don't see how you would configure different outputs for those.

@cleydyr
Copy link
Owner

cleydyr commented Nov 23, 2023

Hey, @fanfavorite. The many-to-many mode is the only one supported by this plugin.

The README documents the parameters you can use to specify the input and output folder.

@cleydyr cleydyr self-assigned this Nov 23, 2023
@fanfavorite
Copy link
Author

@cleydyr, inputFolder and outputFolder are separate and look to accept just one input and one output file. Can you provide an example of how you set multiple input and output folders?

@cleydyr
Copy link
Owner

cleydyr commented Nov 23, 2023

Let's see. How would you do that using the Dart Sass CLI? Depending on the necessity and the cost of implementing it, it might be added in the future.

@fanfavorite
Copy link
Author

@cleydyr, this is what I am looking to configure:

sass [inputFolder1]:[outputFolder1] [inputFolder2]:[outputFolder2] [inputFolder3]:[outputFolder3]

@cleydyr cleydyr added the enhancement New feature or request label Nov 24, 2023
@cleydyr
Copy link
Owner

cleydyr commented Nov 24, 2023

Hey, @fanfavorite. I consider this an enhancement. Changing the parameters requires changing the API and breaking the backward compatibility for existing projects.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants