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 support for regex in root_sass #60

Open
DoobleD opened this issue Feb 2, 2024 · 0 comments
Open

Add support for regex in root_sass #60

DoobleD opened this issue Feb 2, 2024 · 0 comments

Comments

@DoobleD
Copy link

DoobleD commented Feb 2, 2024

Hi,

Thanks for providing this bundle!

Currently we need to manually add every root sass files that we write under the symfonycasts_sass.root_sass config.

Usually non root files are prefixed with _, while root file aren't. It'd be great to have symfonycasts_sass.root_sass support regular expressions.

That way we could simply set one line there that automatically lists all root files and forget about it. It would also avoid errors when we forgot to add the entry and the unlisted scss file is then silently mapped to a css file that actually still contains sass.

This is somewhat linked to #41 which attempts to make clearer what files are being built.

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

1 participant