文件名称:less-plugin-semantic-ui:在您的自定义 Less 代码之前导入 Semantic UI Less 代码
文件大小:7KB
文件格式:ZIP
更新时间:2024-07-05 01:15:25
JavaScript
少插件语义用户界面 在您的自定义 Less 代码之前导入 Less 代码。 较少使用 安装.. 需要较少 v2.4.0 npm install -g less-plugin-semantic-ui 然后在命令行上, lessc file.less --semantic-ui 请注意,您的工作目录应包含有效的文件。 程序化使用 var LessPluginSemanticUI = require('less-plugin-semantic-ui'), SemanticUIPlugin = new LessPluginSemanticUI(); less.render(lessString, { plugins: [SemanticUIPlugin] }) .then( 浏览器使用 目前不支持浏览器使用。
【文件预览】:
less-plugin-semantic-ui-master
----package.json(955B)
----LICENSE(11KB)
----README.md(664B)
----lib()
--------parse-options.js(61B)
--------index.js(664B)
--------semantic-processor.js(1KB)
--------usage.js(208B)