/* You can add global styles to this file, and also import other style files */ @import '../node_modules/bootstrap-css-only/css/bootstrap.min.css'; @import '../node_modules/xterm/dist/xterm.css'; @import "assets/scss/main"; body, html { height: 100vh; width: 100vw; overflow: hidden; @include set-scrollbar-style('light', ''); }