Skip to content

Commit e3f5ff1

Browse files
author
Bruno da Silva joão
authored
Update theming.md
Removed unnecessary text
1 parent 5d82484 commit e3f5ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/theming.md

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

112-
You can consume the theming functions and variables from the @angular/material/core/theming. You can use the `map-get` function to extract the theming variables and `md-color` function to extract a specific color from a palette. For example:
112+
You can consume the theming functions and variables from the @angular/material/core/theming. You can use the `md-color` function to extract a specific color from a palette. For example:
113113

114114
```scss
115115
// Import theming functions and variables

0 commit comments

Comments
 (0)