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
/
sidebar
/
sidebar.css
10 lines
(9 loc)
•
118 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
:host
{
display
: block;
background-color
: lightblue; }
nav
{
flex-shrink
:
0
;
height
:
100vh
;
width
:
200px
; }