文件名称:exotic-js:我减少CSS使用的解决方案
文件大小:9KB
文件格式:ZIP
更新时间:2024-06-08 18:15:04
异国情调 我减少CSS使用的解决方案。 用法 创建一个包含css选择器或多个选择器作为其属性的对象。 创建一个新的奇特变量,将您的对象作为函数的参数放入该变量中。 var custom_style = { 'body' : { 'backgroundColor' : 'rgba( 0, 0, 0, 1 )', 'padding' : '0px', 'margin' : '0px' }, '#app' : { 'width' : window.innerWidth, 'height' : window.innerHeight }, 'p' : { 'fontSize' : '24px', 'lineHeight' : '18px' }, 'a' : { 'width' : function () { return this.a.heig
【文件预览】:
exotic-js-master
----exotic.js(1KB)
----LICENSE(18KB)
----README.md(2KB)