From ffcb996ec3f6f04def71fc8737f702321300934c Mon Sep 17 00:00:00 2001 From: Elizabeth Craig Date: Thu, 28 Feb 2019 11:07:16 -0800 Subject: [PATCH] Update README.md --- step2-03/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/step2-03/README.md b/step2-03/README.md index 46043cf..baa7d09 100644 --- a/step2-03/README.md +++ b/step2-03/README.md @@ -11,7 +11,7 @@ These are the theming and styling methods that we will focus on in this step: 3. Customizing Fabric components via the `styles` prop 4. CSS-in-JS with `mergeStyles` -The first three methods only work with Fabric components, but the fourth, `mergeStyles`, can be used in other projects as well. +The first three methods only work with Fabric components, but the fourth, `mergeStyles`, can be used in other projects as well (and is typically not used within Fabric-based projects). ## 1. Applying Fabric themes using ``