Skip to content

Commit 8e8c3d4

Browse files
committed
include universal app
1 parent 4862002 commit 8e8c3d4

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

src/universal-app/BUILD.bazel

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ sass_binary(
4646
"external/npm/node_modules",
4747
],
4848
deps = [
49-
"//src/material-experimental/mdc-slider:mdc_slider_scss_lib",
5049
"//src/material-experimental/mdc-theming:all_themes",
5150
"//src/material-experimental/mdc-typography:all_typography",
5251
"//src/material/core:theming_scss_lib",

src/universal-app/theme.scss

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
@import '../material/core/theming/all-theme';
2-
@import '../material-experimental/mdc-slider/slider-theme';
32
@import '../material-experimental/mdc-theming/all-theme';
43
@import '../material-experimental/mdc-typography/all-typography';
54

@@ -18,5 +17,4 @@ $candy-app-theme: mat-light-theme($candy-app-primary, $candy-app-accent);
1817

1918
// Include the default theme styles.
2019
@include angular-material-theme($candy-app-theme);
21-
@include angular-material-mdc-theme($candy-app-theme);
22-
@include mat-mdc-slider-theme($candy-app-theme);
20+
@include angular-material-theme-mdc($candy-app-theme);

0 commit comments

Comments
 (0)