less-plugin-semantic-ui
Version:
Lesshat mixins for less.js
35 lines (23 loc) • 664 B
Markdown
less-plugin-semantic-ui
========================
Imports [Semantic UI](http://www.semantic-ui.com) Less code before your custom Less code.
Install..
requires Less v2.4.0
```
npm install -g less-plugin-semantic-ui
```
and then on the command line,
```
lessc file.less --semantic-ui
```
Notice that your working directory should contain a valid [theme.config]() file.
```
var LessPluginSemanticUI = require('less-plugin-semantic-ui'),
SemanticUIPlugin = new LessPluginSemanticUI();
less.render(lessString, { plugins: [SemanticUIPlugin] })
.then(
```
Browser usage is not supported at this time.