postcss-add-root-selector:PostCSS插件将根选择器添加到所有其他规则

时间:2024-05-21 09:13:32
【文件属性】:

文件名称:postcss-add-root-selector:PostCSS插件将根选择器添加到所有其他规则

文件大小:90KB

文件格式:ZIP

更新时间:2024-05-21 09:13:32

JavaScript

PostCSS添加根选择器 插件将根选择器添加到所有其他规则中。 输入: . foo { color : red; } a . foo , section { color : red; } @media ( max-width : 700 px ) { # some-id { color : red; } } /* html and body selectors will be popped up */ html , body . desktop { font-family : sans-serif; } body . desktop . bar { font-weight : bold; } /* self-applied declarations of html and body selectors will be not touched */ /*


【文件预览】:
postcss-add-root-selector-master
----.gitignore(70B)
----README.md(5KB)
----CHANGELOG.md(404B)
----.github()
--------workflows()
----index.test.js(7KB)
----LICENSE(1KB)
----package.json(1KB)
----index.js(4KB)
----.npmignore(120B)
----.editorconfig(147B)
----yarn.lock(205KB)

网友评论