Skip to content

Commit 6d25517

Browse files
mcjimVesaJuvonen
authored andcommitted
Minor amends to the first paragraph of css-recommendations.md (SharePoint#832)
Changes for readability.
1 parent 2b95956 commit 6d25517

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/css-recommendations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Recommendations for working with CSS in SharePoint Framework solutions
22

3-
When building SharePoint Framework solutions, you can use CSS to define how your customization should look like and behave. This article describes how you can make the best use of the capabilities provided with the SharePoint Framework and build your CSS styles in a robust way.
3+
When building SharePoint Framework solutions, you can use CSS to define how your customizations should look and behave. This article describes how you can make the best use of the capabilities provided by the SharePoint Framework and build your CSS styles in a robust way.
44

55
## SharePoint Framework customizations are part of the page
66

@@ -220,4 +220,4 @@ By making your customizations look and behave like the standard functionality of
220220

221221
## Use theme colors
222222

223-
SharePoint allows users to choose the theme color for their sites. In your SharePoint Framework customizations you should follow the theme selected by the users to make your customization look like an integral part of the site rather than unnecessarily stand out. Because the theme is set by users in their site, you cannot tell upfront which colors your customization should use, but SharePoint Framework can dynamically load the currently active color scheme automatically for you. For more information about this capability read the [guide on using theme colors](./use-theme-colors-in-your-customizations).
223+
SharePoint allows users to choose the theme color for their sites. In your SharePoint Framework customizations you should follow the theme selected by the users to make your customization look like an integral part of the site rather than unnecessarily stand out. Because the theme is set by users in their site, you cannot tell upfront which colors your customization should use, but SharePoint Framework can dynamically load the currently active color scheme automatically for you. For more information about this capability read the [guide on using theme colors](./use-theme-colors-in-your-customizations).

0 commit comments

Comments
 (0)