Skip to content

Commit 25b1614

Browse files
committed
include universal app
1 parent c6d609b commit 25b1614

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
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: 0 additions & 2 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/mdc-slider';
32
@import '../material-experimental/mdc-theming/all-theme';
43
@import '../material-experimental/mdc-typography/all-typography';
54

@@ -19,4 +18,3 @@ $candy-app-theme: mat-light-theme($candy-app-primary, $candy-app-accent);
1918
// Include the default theme styles.
2019
@include angular-material-theme($candy-app-theme);
2120
@include angular-material-theme-mdc($candy-app-theme);
22-
@include mat-slider-theme-mdc($candy-app-theme);

0 commit comments

Comments
 (0)