17.0.0
- Changed: now extends
stylelint-config-recommended
, which turns on theat-rule-no-unknown
rule. Therefore, if you use non-standard at-rules, like those introduced in SCSS and Less (e.g.@extends
,@includes
etc), be sure to extend the config and make use ofat-rule-no-unknown
'signoreAtRules: []
secondary option.