scopedcss:通过自定义前缀范围 css

时间:2024-06-22 20:33:43
【文件属性】:

文件名称:scopedcss:通过自定义前缀范围 css

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-22 20:33:43

JavaScript

范围css 通过自定义前缀限定 css (eg: component name) 用途 var scopecss = require ( 'scopecss' ) var cssResource = '.nearby-place-list-content { color: red}' ; var prefix = 'my_component_prefix' ; scopecss ( prefix , cssResource ) ; //return: .my_component_prefix .nearby-place-list-content { color: red} 安装 npm install scopecss 测试 npm test


【文件预览】:
scopedcss-master
----.gitignore(238B)
----package.json(487B)
----LICENSE(1KB)
----index.js(2KB)
----README.md(412B)
----test()
--------test.js(2KB)

网友评论