From 7197dac37c69323bf3aa5a2c6b2924412c0e5fc0 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Wed, 12 Oct 2016 10:43:19 -0400 Subject: [PATCH] chore(changelog): fix step that references wrong filename --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d535657c34..4dca6e0ca1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -360,7 +360,7 @@ Note: For details on NgModules you can read the Angular docs on them [here](http 15. Add selectors to each of your components that you would like to add custom styling for. These element selectors will be used for scoped sass. Previously a CSS class was dynamically added with the component class name, this is now the proper way to scope your sass for an individual page. For example, adding the `page-about` selector: - In your template: + In your component's stylesheet: ``` page-about { @@ -470,7 +470,7 @@ Note: For details on NgModules you can read the Angular docs on them [here](http 36. Add selectors to each of your components that you would like to add custom styling for. These element selectors will be used for scoped sass. Previously a CSS class was dynamically added with the component class name, this is now the proper way to scope your sass for an individual page. For example, adding the `page-about` selector: - In your template: + In your component's stylesheet: ``` page-about {