Skip to content

Commit

Permalink
docs(theming.md) (#2551)
Browse files Browse the repository at this point in the history
change style.css file reference to styles.css for angular-cli instructions of installing theming
  • Loading branch information
ladyleet authored and tinayuangao committed Jan 12, 2017
1 parent 8ba8deb commit 1072e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ You can include a theme file directly into your application from
`@angular/material/core/theming/prebuilt`

If you're using Angular CLI, this is as simple as including one line
in your `style.css` file:
in your `styles.css` file:
```css
@import '~@angular/material/core/theming/prebuilt/deeppurple-amber.css';
```
Expand Down

1 comment on commit 1072e7a

@perlov3301
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is the said in 'myCustom.scss' file

Please sign in to comment.