-
Updated
Jul 8, 2021 - JavaScript
styleguide
Here are 798 public repositories matching this topic...
-
Updated
Jul 10, 2021 - JavaScript
-
Updated
May 11, 2021 - HTML
-
Updated
Jul 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
production
here: https://github.com/styleguidist/react-styleguidist/blob/master/src/s
-
Updated
Jul 9, 2021 - Python
-
Updated
Dec 22, 2020 - Elixir
-
Updated
Apr 18, 2021
-
Updated
Sep 20, 2020
-
Updated
Jul 8, 2019
-
Updated
Jul 8, 2021
-
Updated
Jul 5, 2021 - TypeScript
-
Updated
May 31, 2019
-
Updated
Oct 10, 2020 - HTML
-
Updated
Apr 11, 2021
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.
Rule request
Thesis
We should forbid consecutive slices.
Reasoning
Consider this code:
>>> a = [1, 2, 3, 4]
>>> a[1:][:2]
[2, 3]
``
-
Updated
Jul 7, 2021 - HTML
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Jul 5, 2021 - Python
-
Updated
Jun 17, 2021 - Markdown
-
Updated
Jun 28, 2021 - JavaScript
-
Updated
Jan 11, 2021 - Python
-
Updated
Mar 9, 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."
For reproduction:
I created a new angular project with the cli (v 12.1.1) and added storybook (v 6.3.4). Compodoc 1.1.12 has been installed. Now if I add a @input() to one of my components and create a story for that component with default args, I got no controls rendered.
If I switch back to Compodoc 1.1.11 everything works. The difference between 1.1.11 and 1.1.12 is, that properties marke