postcss-selector-not:PostCSS插件进行转换

时间:2024-05-26 03:11:22
【文件属性】:

文件名称:postcss-selector-not:PostCSS插件进行转换

文件大小:57KB

文件格式:ZIP

更新时间:2024-05-26 03:11:22

javascript postcss postcss-plugins JavaScript

postcss-selector-not PostCSS插件,将:not() W3C CSS 4级伪类转换为:not()CSS 3级选择器 安装 $ npm install postcss postcss-selector-not 用法 使用此input.css : p : not ( : first-child , . special ) { color : red; } 你会得到: p : not ( : first-child ) : not (. special ) { color : red; }


【文件预览】:
postcss-selector-not-master
----.travis.yml(139B)
----.eslintrc.yml(842B)
----.babelrc(124B)
----package.json(1KB)
----test()
--------index.js(3KB)
----LICENSE(1KB)
----src()
--------index.js(2KB)
----.gitignore(18B)
----CHANGELOG.md(1KB)
----README.md(851B)
----yarn.lock(136KB)
----.eslintignore(5B)
----.editorconfig(227B)

网友评论