@vueless/storybook 0.0.55 → 0.0.56

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -168,20 +168,10 @@ body {
168
168
  @apply bg-white;
169
169
  }
170
170
 
171
- .vl-dark .sb-bar,
172
- .vl-dark .docs-story {
173
- @apply !bg-gray-900;
174
- }
175
-
176
171
  .sb-bar {
177
172
  @apply border-0;
178
173
  }
179
174
 
180
- .dark .sb-bar,
181
- .dark .docs-story {
182
- @apply bg-gray-100;
183
- }
184
-
185
175
  .dark .sb-bar {
186
176
  @apply border-b border-gray-300;
187
177
  box-shadow: none !important;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vueless/storybook",
3
- "version": "0.0.55",
3
+ "version": "0.0.56",
4
4
  "description": "Simplifies Storybook configuration for Vueless UI library.",
5
5
  "homepage": "https://vueless.com",
6
6
  "author": "Johnny Grid",