Skip to content

help to understand how does this plugin work in a concrete example #271

Answered by ismay
cakkypamucm asked this question in Q&A
Discussion options

You must be logged in to vote

So there are a lot of things that could affect this not working as expected, off the top of my head:

  • Your config seems all right, though I'd recommend setting the severity to warning as recommended in the readme.
  • Ensure that your browserslist has been configured correctly by running npx browserslist in your project folder. It will show you the list of browsers that match your query. Check if the browsers you expect it to return are in there.
  • Ensure that the file you're linting is being linted correctly by stylelint. Try to trigger a warning or error and see if that works.
  • Ensure that stylelint-no-unsupported-browser-features has been set up correctly by triggering an error or warning wit…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cakkypamucm
Comment options

Answer selected by cakkypamucm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants