👽 Greedo
Bootstrap-like flexbox-based responsive grid system.
Partial class names compatibility:
- Bootstrap
- Flexbox Grid
Demo
http://sizzy.co?url=http://pfrankov.github.io/greedo/
http://pfrankov.github.io/greedo/
Try it!
https://jsbin.com/zojane/edit?html,output
Installation
npm install --save greedo
Usage
CDN
Webpack
With// ES2015+ / TypeScript; // CommonJS;
Webpack 2 loaders:
Nothing special. Just regular CSS loaders.
test: /\.css$/ use: loader: "style-loader" loader: "css-loader"