Skip to content

Commit d96a0ef

Browse files
committed
refactor: lint
1 parent 4db9b32 commit d96a0ef

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+0
-46
lines changed

src/material-experimental/selection/_selection.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
@use '@angular/material' as mat;
2-
31
@mixin theme($theme) {
42
}
53

src/material/autocomplete/_autocomplete-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use 'sass:map';
2-
@use '../core/theming/theming';
32
@use '../core/theming/inspection';
43
@use '../core/typography/typography';
54
@use '../core/tokens/token-utils';

src/material/badge/_badge-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use '../core/theming/inspection';
2-
@use '../core/theming/theming';
32
@use '../core/tokens/token-utils';
43
@use '../core/typography/typography';
54
@use './m2-badge';

src/material/bottom-sheet/_bottom-sheet-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@use 'sass:map';
22
@use '../core/typography/typography';
3-
@use '../core/theming/theming';
43
@use '../core/theming/inspection';
54
@use '../core/tokens/token-utils';
65
@use './m2-bottom-sheet';

src/material/button-toggle/_button-toggle-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use '../core/theming/inspection';
2-
@use '../core/theming/theming';
32
@use '../core/tokens/token-utils';
43
@use '../core/typography/typography';
54
@use './m2-button-toggle';

src/material/button/_button-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use '../core/theming/inspection';
2-
@use '../core/theming/theming';
32
@use '../core/tokens/token-utils';
43
@use '../core/typography/typography';
54
@use './m2-button';

src/material/button/_fab-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@use '../core/theming/theming';
21
@use '../core/theming/inspection';
32
@use './m2-fab';
43
@use './m3-fab';

src/material/button/_icon-button-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
@use './m3-icon-button';
55
@use '../core/style/sass-utils';
66
@use '../core/tokens/token-utils';
7-
@use '../core/theming/theming';
87
@use '../core/theming/inspection';
98

109
@mixin base($theme) {

src/material/card/_card-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@use 'sass:map';
2-
@use '../core/theming/theming';
32
@use '../core/theming/inspection';
43
@use '../core/typography/typography';
54
@use '../core/tokens/token-utils';

src/material/checkbox/_checkbox-theme.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
@use '../core/theming/theming';
21
@use '../core/theming/inspection';
32
@use '../core/tokens/token-utils';
43
@use '../core/typography/typography';

0 commit comments

Comments
 (0)