Closed abea closed 5 years ago
https://github.com/punkave/stylelint-config-punkave/blob/5feb44b60b3a43bae9967b5fab2ff8cf8950f5b5/index.js#L78
That line is throwing an error for this: border-color: color(brand-blue) transparent transparent;, which is different from a normal color declaration. I thought it should be in with other ignored keywords.
border-color: color(brand-blue) transparent transparent;
https://github.com/punkave/stylelint-config-punkave/blob/5feb44b60b3a43bae9967b5fab2ff8cf8950f5b5/index.js#L78
That line is throwing an error for this:
border-color: color(brand-blue) transparent transparent;
, which is different from a normal color declaration. I thought it should be in with other ignored keywords.