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
/
app
/
app.css
5 lines
•
67 B
CSS
View Raw
1
2
3
4
5
:host
{
height
:
100%
;
width
:
100%
;
background-color
: coral; }