文件名称:inline-style:将对象转换为内联CSS字符串
文件大小:4KB
文件格式:ZIP
更新时间:2024-05-28 17:03:21
JavaScript
内联样式 将对象转换为内联CSS字符串。 安装 npm install inline-style 用法 var inlineStyle = require ( 'inline-style' ) var style = inlineStyle ( { fontSize : '0.875rem' , color : '#aaa' } ) console . log ( style ) // => "font-size:0.875rem;color:#aaa" 执照
【文件预览】:
inline-style-master
----.gitattributes(12B)
----.travis.yml(59B)
----LICENSE(1KB)
----test()
--------index.js(487B)
----README.md(838B)
----.editorconfig(210B)
----.gitignore(68B)
----index.js(461B)
----package.json(920B)