postcss-reverse-media:反向反转媒体查询参数

时间:2024-05-21 10:16:08
【文件属性】:

文件名称:postcss-reverse-media:反向反转媒体查询参数

文件大小:208KB

文件格式:ZIP

更新时间:2024-05-21 10:16:08

JavaScript

PostCSS反向媒体 插件可以反转媒体查询参数。 如果允许本机语法,则等效于not 。 有助于避免媒体查询重叠。 等等,我以为媒体查询还not逻辑吗? 不幸的是,当您要链接( and )另一个参数时, not all技巧都无效。 这可以反向/反转/不是媒体查询参数: @media not all and (max-width: 250px) 当您想链接时,这不起作用: @media (max-width: 500px) and not all and (max-width: 250px) 我创建了此插件,以使这种事情很容易实现。 我更喜欢使用reverse关键字(以避免将来出现混乱和冲突),但可以随时将其。 使用postcss-reverse-media :- postcss-reverse-media @media (max-width: 500px) and reverse


【文件预览】:
postcss-reverse-media-master
----.gitignore(36B)
----README.md(3KB)
----CHANGELOG.md(175B)
----test()
--------test-runner.js(1KB)
--------utility()
--------test.js(3KB)
----package.json(1KB)
----dist()
--------postcss-reverse-media.js.map(783KB)
--------postcss-reverse-media.js(110KB)
----index.js(2KB)
----.npmignore(54B)
----.travis.yml(83B)
----webpack.config.js(562B)

网友评论