Skip to content

Commit ecccab3

Browse files
committed
fixed link to theming
1 parent 8b30ec3 commit ecccab3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

guides/mat-elevation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Elevation is implemented with a class, simply adding the class `mat-elevation-z#
1313

1414
## Mixins
1515
In order to use the mixin for Elevation you must
16-
`@import '~@angular/material/core/style/_elevation.scss';`
16+
`@import '~@angular/material/theming';`
1717
$zValue must be a value between 0 and 24, inclusive.
1818
`@include mat-elevation($zValue);`
1919

src/examples/elevation-overview/elevation-overview-example.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
@import '~@angular/material/core/style/_elevation.scss';
1+
@import '~@angular/material/theming';
22

33
div {
44
width: auto;

0 commit comments

Comments
 (0)