dev / app /styles /index.scss
Charan5775's picture
Add application file
8f7821c
raw
history blame contribute delete
276 Bytes
@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%;
}