bolt.new/app/styles/index.scss
Dustin Loring 142a43f030 fix: various fixes
fixes various errors and warning
2025-01-11 19:40:37 -05:00

15 lines
267 B
SCSS

@use './variables' as *;
@use './z-index' as *;
@use './animations' as *;
@use './components/terminal';
@use './components/resize-handle';
@use './components/code';
@use './components/editor';
@use './components/toast';
html,
body {
height: 100%;
width: 100%;
}