hubl/src/styles/index.scss

19 lines
272 B
SCSS
Raw Normal View History

@charset "UTF-8";
@import "@startinblox/hubl-styling-framework/dist/index.css";
main {
background-color: pink;
}
2020-12-22 15:04:13 +00:00
.whitespace-normal {
white-space: normal;
}
.block {
display: block;
}
@import 'header/_index';
@import 'left-nav/_index';
2020-12-15 15:33:24 +00:00
@import 'content/_index';