File size: 316 Bytes
6927c07 8486d85 d45b95d 8486d85 4b59a79 6927c07 |
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%;
}
|