mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 03:07:05 +00:00
15 lines
276 B
SCSS
15 lines
276 B
SCSS
@use 'variables.scss';
|
|
@use 'z-index.scss';
|
|
@use 'animations.scss';
|
|
@use 'components/terminal.scss';
|
|
@use 'components/resize-handle.scss';
|
|
@use 'components/code.scss';
|
|
@use 'components/editor.scss';
|
|
@use 'components/toast.scss';
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|