7 lines
88 B
CSS
7 lines
88 B
CSS
@import './transition.css';
|
|
@import './reset.css';
|
|
|
|
html, body, #app {
|
|
height: 100%;
|
|
}
|