From 1072e7ad9d83853dac073953042200c805107f3f Mon Sep 17 00:00:00 2001 From: Tracy Lee Date: Thu, 12 Jan 2017 16:25:02 -0500 Subject: [PATCH] docs(theming.md) (#2551) change style.css file reference to styles.css for angular-cli instructions of installing theming --- guides/theming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/theming.md b/guides/theming.md index 9f4fab0d2d44..d5d8c564d333 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -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'; ```