Skip to content

Commit d76de5e

Browse files
committed
refactor: remove unused m2 mixin
1 parent e78a0a3 commit d76de5e

File tree

3 files changed

+0
-181
lines changed

3 files changed

+0
-181
lines changed

src/material/_index.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
@forward './core/theming/theming' as private-* show private-clamp-density;
1818
@forward './core/typography/typography' show typography-hierarchy;
1919
@forward './core/typography/typography-utils' show font-shorthand;
20-
@forward 'core/tokens/m2-tokens' show m2-tokens-from-theme;
2120
@forward './core/tokens/m3-system' show system-level-colors,
2221
system-level-typography, system-level-elevation, system-level-shape,
2322
system-level-motion, system-level-state, theme, theme-overrides;

src/material/core/tokens/BUILD.bazel

Lines changed: 0 additions & 49 deletions
Original file line numberDiff line numberDiff line change
@@ -93,52 +93,3 @@ sass_library(
9393
"//src/material/tree:m3",
9494
],
9595
)
96-
97-
sass_library(
98-
name = "m2_tokens",
99-
srcs = ["_m2-tokens.scss"],
100-
deps = [
101-
":format_tokens",
102-
"//src/material/autocomplete:m2",
103-
"//src/material/badge:m2",
104-
"//src/material/bottom-sheet:m2",
105-
"//src/material/button:m2",
106-
"//src/material/button-toggle:m2",
107-
"//src/material/card:m2",
108-
"//src/material/checkbox:m2",
109-
"//src/material/chips:m2",
110-
"//src/material/core:m2",
111-
"//src/material/core:ripple_m2",
112-
"//src/material/core/m2:m2_sass",
113-
"//src/material/core/option:m2",
114-
"//src/material/core/selection/pseudo-checkbox:m2",
115-
"//src/material/core/style:sass_utils",
116-
"//src/material/core/theming",
117-
"//src/material/datepicker:m2",
118-
"//src/material/dialog:m2",
119-
"//src/material/divider:m2",
120-
"//src/material/expansion:m2",
121-
"//src/material/form-field:m2",
122-
"//src/material/grid-list:m2",
123-
"//src/material/icon:m2",
124-
"//src/material/list:m2",
125-
"//src/material/menu:m2",
126-
"//src/material/paginator:m2",
127-
"//src/material/progress-bar:m2",
128-
"//src/material/progress-spinner:m2",
129-
"//src/material/radio:m2",
130-
"//src/material/select:m2",
131-
"//src/material/sidenav:m2",
132-
"//src/material/slide-toggle:m2",
133-
"//src/material/slider:m2",
134-
"//src/material/snack-bar:m2",
135-
"//src/material/sort:m2",
136-
"//src/material/stepper:m2",
137-
"//src/material/table:m2",
138-
"//src/material/tabs:m2",
139-
"//src/material/timepicker:m2",
140-
"//src/material/toolbar:m2",
141-
"//src/material/tooltip:m2",
142-
"//src/material/tree:m2",
143-
],
144-
)

src/material/core/tokens/_m2-tokens.scss

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)