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

reshadow/postcss: up settings #138

Open
valjusha opened this issue Mar 7, 2021 · 1 comment
Open

reshadow/postcss: up settings #138

valjusha opened this issue Mar 7, 2021 · 1 comment

Comments

@valjusha
Copy link

valjusha commented Mar 7, 2021

Hi cool team.
Please add the setting for reshadow/postcss: exclude & include. To ignore some paths.
Example:

'reshadow/postcss': {
            postcss: boolean;
            exclude: string[];
            include: string[]
},

Thanks for reshadow.

@antonk52
Copy link
Collaborator

antonk52 commented Mar 8, 2021

Hi and thank you for the issue!

This should be pretty easy to implement. An alternative implementation can be done by introducing a single field patterns: string[]. Either way the resolution of this issue would automatically deprecate the root option that is currently used to specify a directory from which all css files will get processed by the postcss reshadow plugin.

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

No branches or pull requests

2 participants