You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be interesting to have the possibility of using our own custom CSS instead of using only properties to define colors.
For example: I don't want rounded edges at 3rem, as is predefined. I don't want it to have a margin-right of 32px, I prefer to leave it at 0 so that it is positioned at the end.
Thanks!
The text was updated successfully, but these errors were encountered:
Thanks for the issue. I do plan on adding freeform styles, I was just not sure how to handle my current parameters alongside it without making a breaking change.
Note that the 32px at the end in the sidebar is a requirement from the Storybook team. They want to reserve that space for other UI features like Storybook Test. See the sscreenshot below for an example.
The addon CSS was built slightly before the UI was out for this, so maybe they would both get along fine without the reserved space. Happy to be proven wrong here :)
It would be interesting to have the possibility of using our own custom CSS instead of using only properties to define colors.
For example: I don't want rounded edges at 3rem, as is predefined. I don't want it to have a margin-right of 32px, I prefer to leave it at 0 so that it is positioned at the end.
Thanks!
The text was updated successfully, but these errors were encountered: