没有合适的资源?快使用搜索试试~ 我知道了~
postcss-each:PostCSS插件以遍历值
共25个文件
css:12个
js:2个
md:2个
需积分: 10 0 下载量 54 浏览量
2021-04-28
14:07:55
上传
评论
收藏 128KB ZIP 举报
温馨提示
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.zip (25个子文件)
postcss-each-master
.github
workflows
node.js.yml 541B
.npmignore 66B
LICENSE 1KB
test
cases
nested-iteration-parent-vars.css 137B
nested-iteration.css 369B
multiple-properties.css 122B
short-names.css 80B
other-variables.css 102B
multiple-assignment.css 146B
multiple-values.css 94B
with-in-substring.css 91B
one-value.css 89B
multiline-expressions.css 166B
value-with-index.css 100B
multiple-selectors.css 104B
test.js 2KB
__snapshots__
test.js.snap 3KB
README.md 2KB
.jscsrc 169B
.editorconfig 232B
.gitignore 46B
index.js 3KB
CHANGELOG.md 2KB
package-lock.json 577KB
package.json 743B
共 25 条
- 1
资源评论
文清的男友
- 粉丝: 31
- 资源: 4654
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功