We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5c76ad commit d4512faCopy full SHA for d4512fa
packages/mosaic/core/_core.scss
@@ -1,3 +1,5 @@
1
+@use '../../../node_modules/@angular/cdk/overlay/index' as overlay;
2
+
3
@import 'styles/common/animation';
4
@import 'styles/common/button';
5
@import 'styles/common/clearfix';
@@ -15,7 +17,6 @@
15
17
@import 'forms/forms';
16
18
19
@import '../../cdk/a11y/a11y';
-@import '../../../node_modules/@angular/cdk/overlay/index';
20
21
@import './selection/pseudo-checkbox/pseudo-checkbox-theme';
22
@@ -26,7 +27,7 @@
26
27
@mixin mc-core($typography-config: null) {
28
@include mosaic-typography($typography-config);
29
@include cdk-a11y();
- @include cdk-overlay();
30
+ @include overlay.overlay();
31
}
32
33
// Mixin that renders all of the core styles that depend on the theme.
0 commit comments