已知的 At-Rule 包括如 `@import`、`@media`、`@font-face` 等,而未知的则是那些自定义的或者不是 CSS 规范中定义的 At-Rule。 为了使用`at-rule-no-unknown` 规则,你需要首先在项目中安装 Stylelint 以及相关的规则包: ```bash npm install stylelint --save-dev npm install stylelint-no-unsupported...
@romainmenkeThanks for digging into this issue. As you suggested, minimizing the scope of changes seems to make sense here. So, I agree with adding@starting-styletoatKeywordsrather thannestingSupportedAtKeywords. The addition will affect only onat-rule-no-unknown: import{atKeywords commented @sta...
in rule name error -> at-rule-no-unknown, maybe you disable rule or change config somewhere? m-allanson added the status: needs discussion label Jun 30, 2016 Member m-allanson commented Jun 30, 2016 • edited Hi @enjikaka, at-rule-no-unknown was just added in stylelint v6.8.0. ...