Imports the Less code for the Flexbox Grid System before your custom Less code.
Install..
Requires Less v2.4.0
npm install -g less-plugin-flexboxgrid
and then on the command line,
lessc file.less --flexboxgrid
var LessPluginFlexboxgrid = require('less-plugin-flexboxgrid'),
FlexboxgridPlugin = new LessPluginFlexboxgrid();
less.render(lessString, { plugins: [FlexboxgridPlugin] })
.then(
Browser usage is not supported at this time.