Skip to content

Commit d4512fa

Browse files
lskramarovpimenovoleg
authored andcommitted
fix(styles): rename cdk-overlay -> overlay (#UIM-858) (#800)
* fix(styles): rename cdk-overlay -> overlay (#UIM-858) * fix: tests
1 parent e5c76ad commit d4512fa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

packages/mosaic/core/_core.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
@use '../../../node_modules/@angular/cdk/overlay/index' as overlay;
2+
13
@import 'styles/common/animation';
24
@import 'styles/common/button';
35
@import 'styles/common/clearfix';
@@ -15,7 +17,6 @@
1517
@import 'forms/forms';
1618

1719
@import '../../cdk/a11y/a11y';
18-
@import '../../../node_modules/@angular/cdk/overlay/index';
1920

2021
@import './selection/pseudo-checkbox/pseudo-checkbox-theme';
2122

@@ -26,7 +27,7 @@
2627
@mixin mc-core($typography-config: null) {
2728
@include mosaic-typography($typography-config);
2829
@include cdk-a11y();
29-
@include cdk-overlay();
30+
@include overlay.overlay();
3031
}
3132

3233
// Mixin that renders all of the core styles that depend on the theme.

0 commit comments

Comments
 (0)