You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2023. It is now read-only.
When I add "processors": ["@mapbox/stylelint-processor-arbitrary-tags"] in my .stylelintrc and run stylelint task on a PHP files, Linter does work.
But it stops working for other specified CSS file.
But as soon as I remove the "processors" from .stylelintrc, linter starts working on CSS files.
As you can see in the image, when there's no "processors" in .stylelintrc,
it gives me an error in style.css
But when I add "processors" in .stylelintrc,
it does not give an error in style.css, but gives an error in php file.
When I add
"processors": ["@mapbox/stylelint-processor-arbitrary-tags"]in my.stylelintrcand run stylelint task on a PHP files, Linter does work.But it stops working for other specified CSS file.
But as soon as I remove the "processors" from
.stylelintrc, linter starts working on CSS files.As you can see in the image, when there's no "processors" in
.stylelintrc,it gives me an error in style.css
But when I add "processors" in
.stylelintrc,it does not give an error in style.css, but gives an error in php file.