Last change
on this file since 6a80231 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
675 bytes
|
Line | |
---|
1 | @forward '../a11y' as cdk-*;
|
---|
2 | @forward 'index' hide $dark-backdrop-background, $z-index-overlay, $z-index-overlay-backdrop,
|
---|
3 | $z-index-overlay-container, overlay;
|
---|
4 | @forward 'index' as cdk-* hide $cdk-backdrop-animation-duration,
|
---|
5 | $cdk-backdrop-animation-timing-function, $cdk-dark-backdrop-background;
|
---|
6 | @forward 'index' as cdk-overlay-* hide $cdk-overlay-backdrop-animation-duration,
|
---|
7 | $cdk-overlay-backdrop-animation-timing-function, $cdk-overlay-z-index-overlay,
|
---|
8 | $cdk-overlay-z-index-overlay-backdrop, $cdk-overlay-z-index-overlay-container,
|
---|
9 | cdk-overlay-overlay;
|
---|
10 | @forward './index-deprecated' as cdk-*;
|
---|
11 | @forward './index-deprecated' as cdk-overlay-*;
|
---|
12 |
|
---|
13 | @import '../a11y';
|
---|
Note:
See
TracBrowser
for help on using the repository browser.