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