Skip to content

Commit dcc2bf9

Browse files
cRAN-cgjosephperrott
authored andcommitted
docs(theming): update theming.md for angular 6 (#12313)
1 parent 5279fe3 commit dcc2bf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/theming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ $candy-app-theme: mat-light-theme($candy-app-primary, $candy-app-accent, $candy-
9494
You only need this single Sass file; you do not need to use Sass to style the rest of your app.
9595

9696
If you are using the Angular CLI, support for compiling Sass to css is built-in; you only have to
97-
add a new entry to the `"styles"` list in `angular-cli.json` pointing to the theme
97+
add a new entry to the `"styles"` list in `angular.json` pointing to the theme
9898
file (e.g., `unicorn-app-theme.scss`).
9999

100100
If you're not using the Angular CLI, you can use any existing Sass tooling to build the file (such

0 commit comments

Comments
 (0)