文件名称:rework-expand
文件大小:6KB
文件格式:ZIP
更新时间:2024-07-08 17:56:32
JavaScript
返工扩展 一个插件。 基本 输入css : expand { expand-selector : . w25 , . w50 , . w75 , . w100 ; expand-width : 25% , 50% , 75% , 100% } 通话插件 var rework = require ( 'rework' ) ; var reworkExpand = require ( 'rework-expand' ) ; var newCss = rework ( 'some css here' ) . use ( reworkExpand ( ) ) ; 使 . w25 { width : 25 % ; } . w50 { width : 50 % ; } . w75 { width : 75 % ; } . w100 { width :
【文件预览】:
rework-expand-master
----.gitignore(36B)
----README.md(2KB)
----test()
--------fixtures()
--------test.js(1KB)
--------expected()
----package.json(467B)
----index.js(4KB)
----.travis.yml(38B)