-
Updated
Mar 4, 2021 - JavaScript
styleguide
Here are 774 public repositories matching this topic...
-
Updated
Mar 7, 2021 - JavaScript
-
Updated
Feb 23, 2021 - HTML
-
Updated
Mar 5, 2021 - 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
Jan 26, 2021 - Python
-
Updated
Dec 22, 2020 - Elixir
-
Updated
Dec 21, 2020
-
Updated
Sep 20, 2020
-
Updated
Jul 8, 2019
-
Updated
Jan 28, 2021
-
Updated
Mar 6, 2021 - TypeScript
-
Updated
May 31, 2019
-
Updated
Oct 10, 2020 - HTML
-
Updated
Feb 5, 2021
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
Mar 1, 2021 - JavaScript
This code currently does not produce any violations:
class SomeExample(object):
my_value = 1
def get_value(self) -> int:
return self.my_value
def set_value(self, value: int):
self.my_value = valueBut, it should. We should check if there are two methods with get_ and set_ with the same name and raise a violation.
Related #1054
Rel
-
Updated
Feb 19, 2021 - HTML
-
Updated
Mar 1, 2021 - JavaScript
-
Updated
Feb 25, 2021 - Markdown
-
Updated
Jan 7, 2021 - Python
-
Updated
Jan 11, 2021 - Python
-
Updated
Mar 7, 2021 - HTML
-
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
When applying a dark theme to the Docs page, the table still has white and light gray background colors. This obviously ruins the readability of the table as the text color is also a light gray. There is a hardcoded
background-color: white;value applied to thetable trelement.To Reproduce
Steps to reproduce the behavior: