11 lines
276 B
SCSS
11 lines
276 B
SCSS
@import "halo-defaults";
|
|
@import "com.cmobile.unifiedtms/halo-ext-defaults";
|
|
@import "app-components";
|
|
@import "com.cmobile.unifiedtms/halo-ext";
|
|
|
|
.halo {
|
|
// include auto-generated app components SCSS
|
|
@include app_components;
|
|
|
|
@include com_cmobile_unifiedtms-halo-ext;
|
|
} |