Spaces:
Running
Running
File size: 316 Bytes
8481fea |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
@import './variables.scss';
@import './z-index.scss';
@import './animations.scss';
@import './components/terminal.scss';
@import './components/resize-handle.scss';
@import './components/code.scss';
@import './components/editor.scss';
@import './components/toast.scss';
html,
body {
height: 100%;
width: 100%;
}
|