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

Ignore functions regex #324

Open
silverwind opened this issue May 21, 2023 · 1 comment
Open

Ignore functions regex #324

silverwind opened this issue May 21, 2023 · 1 comment

Comments

@silverwind
Copy link

I would like to allow certain functions like color-mix, but it seems the current ignoreFunction option is not flexible enough.

This should be flagged:

color: rgb(255 0 0);

This should be allowed:

color: color-mix(in srgb, var(--color-red), var(--color-blue));

Maybe have an ignoreFunctionRegex: /^color-mix$/ option?

@Zeeex
Copy link

Zeeex commented Nov 27, 2023

I would also like this option, and you could probably re-use the same keyword, like for "ignoreValues"

image
Something like this:

"ignoreFunctions": {
	"": false,
	"/RegExp/[darken]": true,
	"/RegExp/[lighten]": true
},

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

No branches or pull requests

3 participants