@charset "UTF-8"; @import "@startinblox/hubl-styling-framework/dist/index.css"; main { background-color: pink; } .whitespace-normal { white-space: normal; } .block { display: block; } solid-display>div { display: contents !important; } .w75 { width: 75%; } .w25 { width: 25%; } .w50 { width: 50%; } .w33 { width: 33.333%; } .w66 { width: 66.666%; } .text-left { text-align: left; } @import 'header/_index'; @import 'left-nav/_index'; @import 'content/_index'; @import 'about/_index';