文件名称:less-plugin-theme:仅保留较少文件中的主题规则
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-13 10:36:01
JavaScript
少插件主题 仅保留较少文件中的主题规则 它能做什么 这个插件允许像这样少写: button { display : block; width : 100 % ; line-height : 1.2 ; font-size : 14 ; border-radius : 4 px ; color : @input-color ; /* theme */ background-color : @input-bg ; /* theme */ border : 1 px solid @input-border ; /* theme */ } 当使用lessc --theme file.less运行时,将只保留后跟/* theme */注释的规则。 button { color : # 000 ; backgrou
【文件预览】:
less-plugin-theme-master
----package.json(438B)
----lib()
--------index.js(200B)
--------theme.js(1KB)
----README.md(2KB)