文件名称:preprocessor:Xpath到CSS预处理器
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-12 11:31:26
JavaScript
预处理器 Xpath到CSS预处理器 会转换 //body//td[@id='foo'] { color: black; //*[contains(@class, 'bar')] { color: yellow; } } 至 body td [ @id = 'foo' ] { color : black; } body td [ @id = 'foo' ] * [ @class = 'bar' ] { color : yellow; }
【文件预览】:
preprocessor-master
----.jshintrc(165B)
----.gitignore(32B)
----.babelrc(3B)
----.jscsrc(1KB)
----package.json(792B)
----.travis.yml(72B)
----gulpfile.js(1KB)
----LICENSE(1KB)
----README.md(497B)
----lib()
--------index.js(139B)
--------Classes()
--------Config()
----.gitattributes(12B)
----test()
--------index.js(239B)
----.editorconfig(188B)