source: trip-planner-front/node_modules/@angular/material/button-toggle/_button-toggle-theme.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: 613 bytes
Line 
1@forward '../core/style/private.import';
2@forward '../core/theming/theming.import';
3@forward '../core/density/private/compatibility.import';
4@forward 'button-toggle-variables' as mat-button-toggle-*;
5@forward '../../cdk/a11y/index.import';
6@forward '../core/typography/typography-utils.import';
7@forward 'button-toggle-theme' as mat-button-toggle-*;
8
9@import '../../cdk/a11y';
10@import '../core/style/private';
11@import '../core/theming/palette';
12@import '../core/theming/theming';
13@import '../core/typography/typography-utils';
14@import '../core/density/private/compatibility';
15@import './button-toggle-variables';
Note: See TracBrowser for help on using the repository browser.