source: trip-planner-front/node_modules/@angular/material/core/_core.import.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: 2.6 KB
Line 
1@forward '../../cdk/overlay/index.import';
2@forward '../../cdk/text-field/index.import';
3@forward '../snack-bar/snack-bar-theme.import';
4@forward '../tree/tree-theme.import';
5@forward 'ripple/ripple.import';
6@forward '../badge/badge-theme.import';
7@forward '../button/button-theme.import';
8@forward '../button-toggle/button-toggle-theme.import';
9@forward '../chips/chips-theme.import';
10@forward '../datepicker/datepicker-theme.import';
11@forward '../expansion/expansion-theme.import';
12@forward '../paginator/paginator-theme.import';
13@forward '../stepper/stepper-theme.import';
14@forward '../toolbar/toolbar-theme.import';
15@forward '../tooltip/tooltip-theme.import';
16@forward '../form-field/form-field-theme.import';
17@forward 'focus-indicators/focus-indicators.import';
18@forward 'option/option-theme.import';
19@forward 'option/optgroup-theme.import';
20@forward 'selection/pseudo-checkbox/pseudo-checkbox-theme.import';
21@forward 'typography/typography.import';
22@forward '../autocomplete/autocomplete-theme.import';
23@forward '../bottom-sheet/bottom-sheet-theme.import';
24@forward '../card/card-theme.import';
25@forward '../checkbox/checkbox-theme.import';
26@forward '../divider/divider-theme.import';
27@forward '../table/table-theme.import';
28@forward '../dialog/dialog-theme.import';
29@forward '../list/list-theme.import';
30@forward '../grid-list/grid-list-theme.import';
31@forward '../icon/icon-theme.import';
32@forward '../input/input-theme.import';
33@forward '../menu/menu-theme.import';
34@forward '../progress-bar/progress-bar-theme.import';
35@forward '../progress-spinner/progress-spinner-theme.import';
36@forward '../radio/radio-theme.import';
37@forward '../select/select-theme.import';
38@forward '../sidenav/sidenav-theme.import';
39@forward '../slide-toggle/slide-toggle-theme.import';
40@forward '../slider/slider-theme.import';
41@forward '../sort/sort-theme.import';
42@forward '../tabs/tabs-theme.import';
43@forward 'typography/all-typography';
44@forward 'core' hide core;
45@forward 'core-theme' hide color, theme;
46@forward 'core' as mat-* hide mat-mdc-core, mat-mdc-strong-focus-indicators-positioning;
47@forward 'core-theme' as mat-* hide mat-color, mat-theme;
48@forward 'core' as mat-core-* hide mat-core-mdc-core,
49mat-core-mdc-strong-focus-indicators-positioning;
50@forward 'core-theme' as mat-core-*;
51
52@import '../../cdk/overlay';
53@import '../../cdk/a11y';
54@import '../../cdk/text-field';
55@import './style/private';
56@import './ripple/ripple';
57@import './focus-indicators/focus-indicators';
58@import './option/option-theme';
59@import './option/optgroup-theme';
60@import './selection/pseudo-checkbox/pseudo-checkbox-theme';
61@import './typography/all-typography';
Note: See TracBrowser for help on using the repository browser.