Update README.md

This commit is contained in:
Elizabeth Craig
2019-02-28 11:07:16 -08:00
committed by GitHub
parent b69bd5d766
commit ffcb996ec3

View File

@@ -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 3. Customizing Fabric components via the `styles` prop
4. CSS-in-JS with `mergeStyles` 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 `<Customizer>` ## 1. Applying Fabric themes using `<Customizer>`