UNPKG
@stories-js/core
Version:
latest (0.2.0)
0.2.0
Stories web components to build stories
storiesjs/stories
@stories-js/core
/
dist
/
collection
/
components
/
preview
/
preview.css
11 lines
(10 loc)
•
154 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
:host
{
display
: block;
background-color
: lightpink; }
section
{
flex-shrink
:
1
;
height
:
100vh
;
width
:
100vw
;
background-color
: lightcoral; }