blob: a0fc7194317292577011e640cccccbff839b430a [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
/// DO NOT ADD STYLE DEFINITIONS HERE
.osbp {
@include addons;
@include osbp;
}