ChromatixAU / stylelint-config-chromatix

Chromatix custom config for stylelint. Based heavily on the WordPress Coding Standards but with some of our own too.
https://www.chromatix.com.au
MIT License
3 stars 0 forks source link

scss/at-import-partial-extension-blacklist appears to be (partially) broken #6

Open tdmalone opened 6 years ago

tdmalone commented 6 years ago

v0.1.9 added 'css' extensions to this rule, which previously was imported by stylelint-config-sass-guidelines. In tests however, only the original rule provided by stylelint-config-sass-guidelines appears to be working.

Not sure if the rule just isn't getting overriden properly, or there's something else weird happening.

(Confirmed definitely using the new version of the config by updating it in every package + globally and confirming it updated)