0.0.2 • Published 9 years ago

less-plugin-flexboxgrid v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
9 years ago

less-plugin-flexboxgrid

Imports the Less code for the Flexbox Grid System before your custom Less code.

lessc usage

Install..

Requires Less v2.4.0

npm install -g less-plugin-flexboxgrid

and then on the command line,

lessc file.less --flexboxgrid

Programmatic usage

var LessPluginFlexboxgrid = require('less-plugin-flexboxgrid'),
    FlexboxgridPlugin = new LessPluginFlexboxgrid();
less.render(lessString, { plugins: [FlexboxgridPlugin] })
  .then(

Browser usage

Browser usage is not supported at this time.