source: trip-planner-front/node_modules/@angular/material/core/color/_all-color.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.3 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 '../theming/theming.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 '../../tree/tree-theme.import';
18@forward '../focus-indicators/focus-indicators.import';
19@forward '../option/option-theme.import';
20@forward '../option/optgroup-theme.import';
21@forward '../selection/pseudo-checkbox/pseudo-checkbox-theme.import';
22@forward '../typography/typography.import';
23@forward '../../autocomplete/autocomplete-theme.import';
24@forward '../../bottom-sheet/bottom-sheet-theme.import';
25@forward '../../card/card-theme.import';
26@forward '../../checkbox/checkbox-theme.import';
27@forward '../../divider/divider-theme.import';
28@forward '../../table/table-theme.import';
29@forward '../../dialog/dialog-theme.import';
30@forward '../../list/list-theme.import';
31@forward '../../grid-list/grid-list-theme.import';
32@forward '../../icon/icon-theme.import';
33@forward '../../input/input-theme.import';
34@forward '../../menu/menu-theme.import';
35@forward '../../progress-bar/progress-bar-theme.import';
36@forward '../../progress-spinner/progress-spinner-theme.import';
37@forward '../../radio/radio-theme.import';
38@forward '../../select/select-theme.import';
39@forward '../../sidenav/sidenav-theme.import';
40@forward '../../slide-toggle/slide-toggle-theme.import';
41@forward '../../slider/slider-theme.import';
42@forward '../../sort/sort-theme.import';
43@forward '../../tabs/tabs-theme.import';
44@forward '../typography/all-typography';
45@forward '../core' as mat-*;
46@forward '../core-theme' as mat-* hide mat-color, mat-theme;
47@forward '../core' as mat-core-* hide mat-core-core;
48@forward '../core-theme' as mat-core-*;
49@forward '../theming/all-theme';
50@forward 'all-color';
51
52@import '../theming/all-theme';
53@import '../theming/theming';
Note: See TracBrowser for help on using the repository browser.