文件名称:stylecow-plugin-custom-media:Stylecow插件添加对CSS @ custom-media的支持
文件大小:11KB
文件格式:ZIP
更新时间:2024-05-28 17:37:09
JavaScript
stylecow插件定制媒体 Stylecow插件可与@ custom-media at-rule一起使用,。 你写: @custom-media --small-viewport ( max-width : 30 em ); @media (--small-viewport) { body { color : blue; } } 并且stylecow转换为: @media ( max-width : 30 em ) { body { color : blue; } } 中更多演示
【文件预览】:
stylecow-plugin-custom-media-master
----.travis.yml(48B)
----LICENSE(1KB)
----README.md(693B)
----tests()
--------cases()
--------cases.js(522B)
----.gitignore(24B)
----index.js(1KB)
----package.json(663B)