文件名称:vz.css:动态添加、编辑和删除 css 规则
文件大小:5KB
文件格式:ZIP
更新时间:2024-07-10 05:43:55
JavaScript
vz css 不赞成使用 注意:这个包应该使用像 browserify 这样的工具在浏览器上下文中使用 示例用法: var css = require ( 'vz.css' ) , bodyRule = css . add ( 'body' , { backgroundColor : 'black' , fontSize : 'big' } ) , rotation = css . add ( '@keyframes rotation' , { from : { transform : 'rotate(0deg)' } , to : { transform : 'rotate(360deg)' } } ) , rot50 ; bodyRul
【文件预览】:
vz.css-master
----package.json(447B)
----LICENSE(7KB)
----main.js(3KB)
----README.md(1KB)