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 has been archived by the owner on Aug 7, 2023. It is now read-only.
$ yarn run stylelint assets/styles/lib/test.css
yarn run v1.3.2
$ /home/alex/Projects/gettransport/node_modules/.bin/stylelint assets/styles/lib/test.css
Done in 0.93s.
After browserslist file changing to:
> 1%
There is CLI output:
$ yarn run stylelint assets/styles/lib/test.css
yarn run v1.3.2
$ /home/alex/Projects/gettransport/node_modules/.bin/stylelint assets/styles/lib/test.css
assets/styles/lib/test.css
2:2 ⚠ Unexpected browser feature "calc" is not supported by Opera Mini all plugin/no-unsupported-browser-features
Done in 0.95s.
But in Atom UI all time:
Unexpected browser feature "calc" is not supported by Opera Mini all, Blackberry Browser 7, Opera Mobile 12.1 and only partially supported by Android Browser 4.4.3-4.4.4 (plugin/no-unsupported-browser-features)
I've exluded these browsers, it works correctly via CLI, but not with linter-stylelint plugin. 😕
The text was updated successfully, but these errors were encountered:
AlexWayfer
changed the title
browserslist config is ingoringbrowserslist config is ignoring
Jan 25, 2018
Is there any chance that this issue will be addressed? It seem like browserslist file is a community chosen place to define browsers support, either by defining browserslist file or browserslist key in package.json, but it is not used by linter-stylelint
Hello!
I have
browserslist
file:And CSS file:
CLI command as refferer:
After
browserslist
file changing to:There is CLI output:
But in Atom UI all time:
I've exluded these browsers, it works correctly via CLI, but not with
linter-stylelint
plugin. 😕The text was updated successfully, but these errors were encountered: