-
Notifications
You must be signed in to change notification settings - Fork 20
TODO
Jiminy Panoz edited this page Jul 13, 2017
·
6 revisions
Tasks on Jiminy’s TODO list:
- document columns’ logic
- provide a PostCSS config to turn CSS variables into a static representation
- check options for programmatically documenting the CSS and pick one (see CSS-tricks article)
- implement standard viewport in CSS (see HTML5 Hacks article)
- manage
ms-high-contrast-mode
in Windows andmonochrome
in MacOS/iOS - explore CSS containment to see if we can benefit from it in terms of performance (see Google Dev article)
- explore whether we can also leverage
will-change
, probably through JS, for better performance (see MDN doc)