mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
15 lines
332 B
SCSS
15 lines
332 B
SCSS
@use './variables.scss' as *;
|
|
@use './z-index.scss' as *;
|
|
@use './animations.scss' as *;
|
|
@use './components/terminal.scss' as *;
|
|
@use './components/resize-handle.scss' as *;
|
|
@use './components/code.scss' as *;
|
|
@use './components/editor.scss' as *;
|
|
@use './components/toast.scss' as *;
|
|
|
|
html,
|
|
body {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|