Skip to content

Commit 95dd9ae

Browse files
committed
include universal app
1 parent 7bc5a53 commit 95dd9ae

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
@import '../material/core/theming/all-theme';
2+
<<<<<<< HEAD
23
@import '../material-experimental/mdc-slider/slider-theme';
4+
=======
5+
>>>>>>> include universal app
36
@import '../material-experimental/mdc-theming/all-theme';
47
@import '../material-experimental/mdc-typography/all-typography';
58

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

0 commit comments

Comments
 (0)