source: trip-planner-front/node_modules/@angular/cdk/_index.scss@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 425 bytes
Line 
1@forward './overlay' show overlay, $overlay-container-z-index, $overlay-z-index,
2 $overlay-backdrop-z-index, $overlay-backdrop-color;
3@forward './a11y' show a11y-visually-hidden, high-contrast;
4@forward './text-field' show text-field-autosize, text-field-autofill,
5 text-field-autofill-color,
6 // `text-field` is deprecated, but we have to export it
7 // here in order for the theming API schematic to work.
8 text-field;
Note: See TracBrowser for help on using the repository browser.