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