hubl/src/styles/index.scss

11 lines
195 B
SCSS
Raw Normal View History

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