2.1.0 • Published 7 years ago

greedo v2.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

:alien: Greedo

npm version npm.io npm.io
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

<link rel="stylesheet" href="//cdn.rawgit.com/pfrankov/greedo/v2.1.0/greedo.css"/>

With Webpack

// ES2015+ / TypeScript
import "greedo";

// CommonJS
require("greedo");
Webpack 2 loaders:

Nothing special. Just regular CSS loaders.

{
    test: /\.css$/,
    use: [
        {
            loader: "style-loader"
        },
        {
            loader: "css-loader"
        }
    ]
}
2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.1.0

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago