bjankord / stylelint-config-sass-guidelines

⚙ A stylelint config inspired by https://sass-guidelin.es/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is this compatible with stylelint-config-standard?

danrneal opened this issue · comments

Am I able to use both configs as such:

{
  "extends": [
    "stylelint-config-standard",
    "stylelint-config-sass-guidelines"
  ]
}

And if so, which should come first?
If this is the case, it might be useful information for the README, I'd be willing to PR it.

I'm not sure. If you try it out let me know, I would recommend extending it how you have in your comment and see how it goes.