文件名称:stylusVars:使 javascript 变量可用于手写笔
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-26 00:19:22
JavaScript
手写笔变量 将 javascript 变量转换为手写笔变量; 允许在 javascript 和 stylus 中为您的大小和颜色使用一个配置文件。 接受嵌套变量,并自动解析单位和颜色。 用法 var config = { sizes : { width : "500px" , height : "200px" } , background : "rgba(10,10,100)" , color : [ 100 , 10 , 10 , .5 ] //this array will be parsed as a color because the key contains "background" or "color" , someArray : [ 100 , 0 , 0 , 2 ] } var str = require ( 'fs' ) . readFileSync ( __
【文件预览】:
stylusVars-master
----test.js(358B)
----example()
--------style.styl(84B)
--------index.js(455B)
--------package.json(277B)
----colors.js(4KB)
----README.md(1KB)
----.gitignore(13B)
----index.js(2KB)
----package.json(619B)