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