punkave / stylelint-config-punkave

0 stars 0 forks source link

Adds transparent as an ignored keyword for strict value #38

Closed abea closed 5 years ago

abea commented 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.