Closed acherkashin closed 1 year ago
@acherkashin
Please try to configure ignoreFunctions
@AndyOGo
I set up ignoreFunctions
to false
and now it works.
But when I use variable inside drop-shadow
function, I still have validation.
I understand, it happens because we need to use variable for whole value of filter
property, but is there way to now show this validation when at least part of the value contain variable like in my case?
@acherkashin Variables as function parameters are not supported.
I use the following stylelint configuration
Everything works fine, for hex colors, font-weight, font-size and so on.
But when I use rgb/rgba/hsl functions to set up color, I don't see any validations.