doczjs / docz

✍ It has never been so easy to document your things!
https://docz.site
MIT License
23.62k stars 1.46k forks source link

gatsby-theme-docz: breakpoints not inherited from theme config, not customizable #1592

Open jakemmarsh opened 3 years ago

jakemmarsh commented 3 years ago

Bug Report

Describe the bug

Breakpoints are defined separately in theme/breakpoints, while Theme-UI also supports breakpoints: https://theme-ui.com/theming/#breakpoints.

To Reproduce

Start a new project with gatsby-theme-docz, try to set breakpoints in theme config -- the changes will not be reflected.

Expected behavior

Modifying breakpoints in the theme config should be properly reflected across component styles.

Environment