Skip to content

Commit 21e80d1

Browse files
author
Bruno da Silva joão
authored
Update theming-your-components.md
Removed unnecessary text.
1 parent cee6d39 commit 21e80d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/theming-your-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
In order to style your own components with our tooling, the component's styles must be defined with Sass.
44

55
You can consume the theming functions from the `@angular/material/core/theming/all-theme` and theming variables from a pre-built theme or a custom one. You can use the `map-get` function to extract the theming variables and `md-color` function to extract a specific color from a palette.
6-
For example, to theming a custom form input:
6+
For example:
77

88
app/candy-carousel/candy-carousel-theme.scss
99

0 commit comments

Comments
 (0)