-
Notifications
You must be signed in to change notification settings - Fork 141
background
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/