frontend-tutorial-framework/src/styles.scss
2019-06-12 11:37:03 +02:00

13 lines
323 B
SCSS

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