Skip to content

bassjobsen/less-plugin-flexboxgrid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Flexbox grid from flexboxgrid.com for less.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published