-
Updated
Dec 17, 2020 - JavaScript
styleguide
Here are 767 public repositories matching this topic...
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 15, 2020 - HTML
-
Updated
Dec 23, 2020 - 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
Dec 15, 2020 - Python
-
Updated
Dec 21, 2020
-
Updated
Dec 22, 2020 - Elixir
-
Updated
Sep 20, 2020
-
Updated
Jul 8, 2019
-
Updated
May 31, 2019
-
Updated
Oct 10, 2020 - HTML
-
Updated
Dec 5, 2020 - TypeScript
-
Updated
Nov 12, 2020
-
Updated
Dec 11, 2020 - JavaScript
One of the consumers of our system uses curly braces for content replacement in strings.
Due to the way that SD currently uses curly braces in the build process there is no way I can have a string that includes the braces for consumption.
I have tried a number of ways to escape the braces with no luck
Other languages and templating systems seem to use the concept of using double curly b
-
Updated
Dec 9, 2020
Rule request
Thesis
Detect if both possible results of a ternary operator return the same value.
# bad
# (all results below can be replaced by just `a`)
a if ... else a
a if a is not None else None
a if a != b else b
b if a == b else a
# ok
a if ... else c
a.split() if a is not None else None
a if a != b else cReasoning
It is either a bug or unnec
-
Updated
Dec 23, 2020 - HTML
-
Updated
Dec 11, 2020 - JavaScript
-
Updated
Nov 20, 2020 - Markdown
-
Updated
Dec 4, 2020 - Python
-
Updated
Aug 28, 2020 - HTML
-
Updated
Dec 20, 2020 - Python
-
Updated
Oct 7, 2018 - Ruby
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
Storybook --host attribute it changes localhost where it should change network host.
The expected result should be like the one bellow