文件名称:postcss-each:PostCSS插件以遍历值
文件大小:128KB
文件格式:ZIP
更新时间:2024-05-18 07:54:35
css postcss iteration preprocessing JavaScript
postcss-每个 一个插件来遍历值。 遍历值: @each $icon in foo , bar , baz { . icon- $(icon) { background : url ( 'icons/$(icon).png' ); } } . icon-foo { background : url ( 'icons/foo.png' ); } . icon-bar { background : url ( 'icons/bar.png' ); } . icon-baz { background : url ( 'icons/baz.png' ); } 遍历带有索引的值: @each $val , $i in foo , bar { . icon- $(val) { background : url ( "$(val)_$(i).png"
【文件预览】:
postcss-each-master
----.github()
--------workflows()
----.npmignore(66B)
----LICENSE(1KB)
----test()
--------cases()
--------test.js(2KB)
--------__snapshots__()
----README.md(2KB)
----.jscsrc(169B)
----.editorconfig(232B)
----.gitignore(46B)
----index.js(3KB)
----CHANGELOG.md(2KB)
----package-lock.json(577KB)
----package.json(743B)