0.6.1 • Published 6 years ago

grid.css v0.6.1

Weekly downloads
39
License
MIT
Repository
github
Last release
6 years ago

grid.css

The grid system from bulma.css as a module.

Install

npm install --save grid.css

CDN version: https://unpkg.com/grid.css/

Usage

// webpack + css-loader
import 'grid.css'
// webpack + sass-loader
import 'grid.css/src/grid.sass'

To use, refer to the official documentation!

Browser Support

grid.css supports what bulma.css supports.

Note that only minified version has vendor prefixes, because when you use some bundler like webpack you're very likely to add vendor prefixes based on custom use cases.

License

MIT © EGOIST