cssobject-from-selector:传递一个定义 css 的对象,一个函数将被返回。 将选择器传递给返回的函数以获取合并的 css 对象

时间:2024-06-28 03:49:56
【文件属性】:

文件名称:cssobject-from-selector:传递一个定义 css 的对象,一个函数将被返回。 将选择器传递给返回的函数以获取合并的 css 对象

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-28 03:49:56

JavaScript

cssobject-from-selector 传递一个定义 css 的对象,一个函数将被返回。 将选择器传递给返回的函数以获取合并的 css 对象 用法 var cssFromSelector = require ( 'cssobject-from-selector' ) ; var getCSS = cssFromSelector ( { 'div' : { width : '100px' } , 'ul' : { width : '50px' } , '.red' : { color : '#F00' } , '.red.tall' : { height : '100px' } , '.red.small' : { height


【文件预览】:
cssobject-from-selector-master
----index.js(1KB)
----package.json(839B)
----test()
--------index.js(476B)
----LICENSE.md(1KB)
----.gitignore(56B)
----README.md(985B)

网友评论