less-plugin-flexboxgrid

0.0.2 • Public • Published

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.

Package Sidebar

Install

npm i less-plugin-flexboxgrid

Weekly Downloads

1

Version

0.0.2

License

none

Last publish

Collaborators

  • bassjobsen