postcss-hexrgba:PostCSS插件,将速记十六进制方法添加到rgba()值

时间:2024-05-22 07:44:05
【文件属性】:

文件名称:postcss-hexrgba:PostCSS插件,将速记十六进制方法添加到rgba()值

文件大小:26KB

文件格式:ZIP

更新时间:2024-05-22 07:44:05

postcss postcss-plugin css-color css-colors JavaScript

PostCSS HexRGBA 插件,将速记十六进制方法添加到rgba()值。 输入 . foo { color : rgba ( # 0fab53 , 0.8 ) } . bar { background : linear-gradient ( rgba ( # fff , .1 ) , rgba ( # fff , .2 )); } 输出 . foo { color : rgba ( 15 , 171 , 83 , 0.8 ) } . bar { background : linear-gradient ( rgba ( 255 , 255 , 255 , .1 ) , rgba ( 255 , 255 , 255 , .2 )); } 用法 postcss ( [ require ( 'postcss-hexrgba' ) ] ) 有关您的环境的示例,请参见文


【文件预览】:
postcss-hexrgba-master
----.travis.yml(64B)
----.eslintrc(368B)
----index.js(2KB)
----package.json(722B)
----test()
--------test.js(1KB)
--------mocha.opts(16B)
--------fixtures()
----LICENSE(1KB)
----package-lock.json(62KB)
----.npmignore(28B)
----.gitignore(47B)
----CHANGELOG.md(3KB)
----README.md(1KB)

网友评论