mirror of
https://github.com/stackblitz/bolt.new
synced 2024-11-27 22:42:21 +00:00
12 lines
211 B
SCSS
12 lines
211 B
SCSS
@import './variables.scss';
|
|
@import './z-index.scss';
|
|
@import './animations.scss';
|
|
@import './components/terminal.scss';
|
|
@import './components/resize-handle.scss';
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|