文件名称:postcss-nested:PostCSS插件可解开嵌套规则,例如Sass的用法
文件大小:114KB
文件格式:ZIP
更新时间:2024-05-27 03:39:20
JavaScript
PostCSS嵌套 插件可解开嵌套规则,例如Sass的行为。 . phone { & _title { width : 500 px ; @media ( max-width : 500 px ) { width : auto; } body . is_dark & { color : white; } } img { display : block; } } . title { font-size : var ( --font ); @at-root html { --font : 16 px } } 将被处理为: . phone_title { width : 500 px
【文件预览】:
postcss-nested-main
----index.js(5KB)
----package.json(2KB)
----.github()
--------FUNDING.yml(25B)
--------workflows()
----LICENSE(1KB)
----index.test.js(7KB)
----.npmignore(55B)
----index.d.ts(883B)
----.gitignore(40B)
----CHANGELOG.md(2KB)
----README.md(4KB)
----yarn.lock(262KB)
----.editorconfig(147B)