less-plugin-semantic-ui

0.0.2 • Public • Published

less-plugin-semantic-ui

Imports Semantic UI Less code before your custom Less code.

lessc usage

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.

Programmatic usage

var LessPluginSemanticUI = require('less-plugin-semantic-ui'),
    SemanticUIPlugin = new LessPluginSemanticUI();
less.render(lessString, { plugins: [SemanticUIPlugin] })
  .then(

Browser usage

Browser usage is not supported at this time.

Package Sidebar

Install

npm i less-plugin-semantic-ui

Weekly Downloads

5

Version

0.0.2

License

none

Last publish

Collaborators

  • bassjobsen