stylelint-qmui-css
v0.0.3
Published
Special stylelint rules for QMUI team project css
Downloads
3
Maintainers
Readme
stylelint-qmui-css
Special stylelint rules for QMUI team project css.
Usege
npm i stylelint-qmui-css -D
Rules
at-extend-no-missing-placeholder
: @extend 规则被引入的部分不能丢失%border-color-part-use-variable
: border 属性中color 的部分必须用变量nested-qui-selector
: 不建议在嵌套中使用qui_xxx
的类stylelint-disable-reason
: 某些代码需要禁止检测的话需要在后面加上注释selector-namespace-follow-filename
: 业务CSS 的命名空间需要跟随文件名
Thanks
Inspired from stylelint-suitcss.