文件名称:custom-property-extract:从样式表中提取CSS自定义属性(又称CSS变量)
文件大小:10KB
文件格式:ZIP
更新时间:2024-04-16 16:56:07
TypeScript
定制属性提取 从SCSS , SASS和CSS样式表中提取CSS自定义属性(又称CSS变量)及其值。 由于可以在选择器中覆盖它们,因此每个自定义属性都将返回直接从提供的样式表中提取的所有可能值的数组。 请参阅以快速了解事物的工作原理。 安装 通过运行以下命令来安装custom-property-extract: npm install custom-property-extract 用法 提取物(sourceStyle,extractOptions) const path = require ( 'path' ) ; const CustomPropertyExtract = require ( 'custom-property-extract' ) ; const customProperties = CustomPropertyExtract . extract ( path .
【文件预览】:
custom-property-extract-master
----.eslintrc.json(615B)
----src()
--------types.ts(457B)
--------index.ts(2KB)
--------gonzales.d.ts(30B)
--------options.json(351B)
--------format.ts(2KB)
----tsconfig.json(517B)
----LICENSE(1KB)
----jest.config.js(351B)
----README.md(3KB)
----tests()
--------extract.test.ts(2KB)
--------example.css(767B)
--------example.scss(797B)
--------example.sass(748B)
----.gitignore(60B)
----package.json(2KB)