Open AndyOGo opened 7 years ago
It would be very comfortable to log not only the failed CSS property, but also it's wrong value, istead of:
27:5 ✖ Expected variable for "color". sh-waqar/declaration-use-variable
Better:
27:5 ✖ Expected variable for "color: #fff". sh-waqar/declaration-use-variable
I implemented my own plugin based on the ideas of this, but with above log: https://github.com/AndyOGo/stylelint-declaration-strict-value
It would be very comfortable to log not only the failed CSS property, but also it's wrong value, istead of:
Better: