stylelint color format:Stylelint插件用于将HEX颜色转换为RGB或HSL 源码
stylelint颜色格式 一个插件,可将HEX颜色转换为RGB或HSL格式。 安装 npm install --save-dev stylelint-color-format 组态 在,将以下内容添加到plugins数组。 (确保plugins数组位于您的规则块之前): { " plugins " : [ " stylelint-color-format " ] } 然后,在规则中: { " rules " : { " color-format/format " : { " format " : " rgb " } } } 用法 该规则本身的工
文件列表
stylelint-color-format-master.zip
(预估有个10文件)
stylelint-color-format-master
.circleci
config.yml
419B
.travis.yml
150B
LICENSE.md
1KB
README.md
2KB
.gitignore
28B
index.js
154B
rules
color-format
暂无评论