Skip to content

A limited experimental CSS grid polyfill for Internet Explorer 11.

License

Notifications You must be signed in to change notification settings

svenvandescheur/css-grid-polyfill

Repository files navigation

CSS grid polyfill

screenshot

Note:

This polyfill is development, highly experimental and not feature complete.

Install

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.

Development

Code lives in src directory and can be build with gulp build. Documentation (update using gulp jsdoc) is available in doc directory.

Running tests

No tests are available at this time :(, once they are the can be ran using gulp test.

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

Author

Sven van de Scheur

License

Copyright © 2016 Maykin Media Licensed under the MIT license.

About

A limited experimental CSS grid polyfill for Internet Explorer 11.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published