bolt.new/packages/bolt/app/styles/index.scss

12 lines
211 B
SCSS
Raw Normal View History

2024-07-10 16:44:39 +00:00
@import './variables.scss';
@import './z-index.scss';
@import './animations.scss';
@import './components/terminal.scss';
@import './components/resize-handle.scss';
2024-07-10 16:44:39 +00:00
html,
body {
height: 100%;
width: 100%;
}