hubl/src/styles/index.scss

23 lines
337 B
SCSS

@charset "UTF-8";
@import "@startinblox/hubl-styling-framework/dist/index.css";
main {
background-color: pink;
}
.whitespace-normal {
white-space: normal;
}
.whitespace-nowrap {
white-space: nowrap;
}
.segment {
white-space: normal !important;
}
@import 'header/_index';
@import 'left-nav/_index';
@import 'content/_index';