This polyfill is development, highly experimental and not feature complete.
Clone this repository:
git clone https://github.com/svenvandescheur/css-grid-polyfill.git
cd css-grid-polyfill
Install live-server:
npm install -g live-server
Serve the dist
directory:
cd dist
live-server
Edit index.html and css-grid.css to test the polyfill.
Code lives in src
directory and can be build with gulp build
. Documentation (update using gulp jsdoc
) is available in doc
directory.
No tests are available at this time :(, once they are the can be ran using gulp test
.
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
Sven van de Scheur
Copyright © 2016 Maykin Media Licensed under the MIT license.