Skip to content
Geoffrey Sneddon edited this page Jan 28, 2018 · 2 revisions

A collection of links to problems and solutions in exposing CSS. This isn't meant to be a list of polyfills and/or layout libraries - good links will show use cases people have tried to solve, and go over some of the current difficulties holding things back.

A rundown of the workarounds François Remy has come up with in his polyfills

https://github.com/FremyCompany/css-grid-polyfill/blob/master/doc/README.md

Hitch.js is from Brian Kardell, and lets you invent new selectors. The FAQ mentions some limitations:

https://github.com/bkardell/Hitch/wiki/FAQ

Glitter is the Chrome team’s experiment on exposing CSS. They're looking at several layers of the stack - properties, measurements, layout - all the way to painting:

https://github.com/GlitterOrg/pipeline

Proof-of-concept for element queries:

http://marcj.github.io/css-element-queries/

Grid Style Sheets adds a new layout system:

https://web.archive.org/web/20170610012640/http://gridstylesheets.org/