文件名称:sheetify-variables:sheetify 的符合规范的 CSS 变量语法
文件大小:9KB
文件格式:ZIP
更新时间:2024-08-02 15:05:01
JavaScript
sheetify-变量 一个转换以添加对语法的支持。 使用来执行转换。 注意这不是 polyfill。 此转换旨在提供一种面向未来的方式,使用原生 CSS 变量提供的功能的有限子集。 安装 npm install sheetify-variables 用法 作为 sheetify 转换: var variables = require ( 'sheetify-variables' ) ; var sheetify = require ( 'sheetify' ) ; sheetify ( 'path/to/my/index.css' ) . transform ( variables ( { preserve : true } ) ) . bundle ( ) ; 选项 地图 或者,您可以将变量对象传递给 JavaScript 函数。 var myVars = {
【文件预览】:
sheetify-variables-master
----.gitignore(164B)
----.eslintrc(823B)
----package.json(679B)
----Makefile(566B)
----.travis.yml(152B)
----LICENSE(1KB)
----index.js(514B)
----README.md(2KB)
----HISTORY.md(28B)
----test()
--------test.js(625B)
--------fixtures()
----.editorconfig(207B)