blob: ffed6c4d7636c2153657b79811ef1a6972948fe0 [file] [log] [blame]
////
/// @group root/styles
////
@import "addons.scss";
@import "osbp.scss";
/// This file prefixes all rules with the theme name to avoid causing conflicts with other themes.
/// The actual styles should be defined in osbee.scss
.osbp {
@include addons;
@include osbp;
}