Open silverwind opened 1 year ago
I would also like this option, and you could probably re-use the same keyword, like for "ignoreValues"
Something like this:
"ignoreFunctions": {
"": false,
"/RegExp/[darken]": true,
"/RegExp/[lighten]": true
},
I would like to allow certain functions like
color-mix
, but it seems the currentignoreFunction
option is not flexible enough.This should be flagged:
This should be allowed:
Maybe have an
ignoreFunctionRegex: /^color-mix$/
option?