ccbikai / stylelint-processor-html

Please Use stylelint-processor-arbitrary-tags
https://github.com/mapbox/stylelint-processor-arbitrary-tags
8 stars 3 forks source link

SCSS file is ignored if there is a comment with HTML #9

Open am-cego opened 6 years ago

am-cego commented 6 years ago

We use this plugin in a setup with both .vue files and .scss files.

It seems that the linter ignores the whole file if there is a comment containing a HTML tag.

For example:

line-height: inherit; /* align icon to middle of the <li> */

When removing the <li> from the comment, linting works fine.

Is there any workaround for this?