-
Updated
Mar 21, 2022 - JavaScript
styleguide
Here are 852 public repositories matching this topic...
-
Updated
Mar 9, 2022 - JavaScript
-
Updated
Mar 22, 2022 - HTML
-
Updated
Mar 25, 2022 - SCSS
Current behavior
I think there's a mismatch of environment variables being read by babel (JSX config) and Styleguidist, causing some issues deeper down.
(I've noticed this was raised before but was closed)
- build.js sets the env to be
productionhere: https://github.com/styleguidist/react-styleguidist/blob/master/src/s
-
Updated
Mar 15, 2022 - Python
-
Updated
Mar 10, 2022 - Elixir
-
Updated
Mar 26, 2022
-
Updated
Sep 20, 2020
-
Updated
Mar 7, 2022
-
Updated
Jul 8, 2019
hello, i just found a text mentioning a basePxFontSize configuration which is not documented anywhere inside the doc. This is really useful to use inside custom transforms and it should be documented.
-
Updated
Feb 19, 2022
-
Updated
Mar 25, 2022 - HTML
-
Updated
Mar 26, 2022 - TypeScript
-
Updated
Mar 23, 2022 - Python
-
Updated
May 31, 2019
-
Updated
Nov 15, 2021 - HTML
This bug: https://bugs.python.org/issue46175
We need to require super(cls, self) in this case.
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Feb 15, 2022 - Markdown
-
Updated
Dec 28, 2021 - Python
-
Updated
Nov 21, 2021 - JavaScript
-
Updated
Feb 26, 2022 - JavaScript
-
Updated
Mar 20, 2022 - HTML
Improve this page
Add a description, image, and links to the styleguide topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the styleguide topic, visit your repo's landing page and select "manage topics."


Describe the bug
In Firefox, the zoom feature uses
transformstyles (see storybookjs/storybook#12845) - unfortunately this breaks positioning on elements that requireposition: fixedwhen in the "Docs" view.Normally a
position: fixedelement's position would correspond to the viewport but in Firefox it corresponds to the element with thetransformstyle.