histoire-dev / histoire-dev/histoire
Media queries handling for responsive design
- Dominant language
- TypeScript
- Stars
- 3.6k
- Forks
- 212
- PR merge metrics
- No merged PRs in 30d
Description
I know this is a long shot, and we certainly won't focus on this in the short term.
But we discussed displaying different resolutions of stories to test responsive design, and there will probably be some problem with the media queries (as we won't use iframe).
I just wanted to mention a couple of links that might help to tackle this problem in the future:
- CSS Container Queries
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Container_Queries
- Polyfill for CSS Container Queries
https://github.com/GoogleChromeLabs/container-query-polyfill
It's just a proposal for now, but the fact that a polyfill exists may be a good starting point to make media queries based on a specific div (just to see how Google did this specifically). Also, we may have to create a plugin that change the way CSS is compiled for Histoire?
Contributor guide
Assessment
This issue has not been assessed yet.