CSS 顺序

之前一直对照 这篇文 章 书写 CSS 顺序。

现在发现 stylelint-config-rational-order 更方便。

npm -g i stylelint stylelint-config-standard stylelint-config-rational-order

.stylelintrc.json

{
  "extends": ["stylelint-config-standard", "stylelint-config-rational-order"]
}