sass / migrator

Tool for migrating stylesheets to new Sass versions
MIT License
84 stars 10 forks source link

Stylelint support #116

Closed selcet closed 4 years ago

selcet commented 4 years ago

Have troubles with configing Stylelint thought .stylelintrc, adding support of custom rule:

{
  "extends": "stylelint-config-standard",
  "rules": {
   ...
     "at-rule-no-unknown": [ true, {
        "ignoreAtRules": ["use"]
      }],
   ...
  }
}

But, even after such config have error in file. Screen+Shot+2019-10-12+19-48-22

jathak commented 4 years ago

This looks like an issue with Stylelint, rather than an issue with Sass itself or this migrator. You should file an issue there.