Deprecation cop does not show what selectors are deprecated in my local style.less file
Closed this issue · 0 comments
deepj commented
I guess this is a bug not showing the deprecated selectors. Because in case of atom-lint
the deprecated selectors are shown (see the screenshot above)
Versions: Atom.0.199.0, deprecation-cop 0.48.0
My style.less
file:
/*
* Your Stylesheet
*
* This stylesheet is loaded when Atom starts up and is reloaded automatically
* when it is changed.
*
* If you are unfamiliar with LESS, you can read more about it here:
* http://www.lesscss.org
*/
.editor .markup.underline.link.hyperlink {
text-decoration: underline;
}