mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-03-11 17:15:48 +00:00
storybook adapted to the latest styles structure
This commit is contained in:
parent
e54c7e28bc
commit
9feeda624f
2 changed files with 5 additions and 0 deletions
|
|
@ -3,6 +3,7 @@ const { withConsole } = require('@storybook/addon-console');
|
|||
const { addDecorator, addParameters, configure } = require('@storybook/react');
|
||||
const { jsxDecorator } = require('storybook-addon-jsx');
|
||||
const RouterDecorator = require('./RouterDecorator');
|
||||
require('./styles');
|
||||
|
||||
addParameters({
|
||||
jsx: {
|
||||
|
|
|
|||
4
storybook/styles.less
Normal file
4
storybook/styles.less
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
:global(#root) {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
Loading…
Reference in a new issue