Skip to content

Commit 2853c5f

Browse files
Josh GoldbergVesaJuvonen
authored andcommitted
Small typo fix: missing "to" (SharePoint#1260)
1 parent 1fde157 commit 2853c5f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/spfx/office-ui-fabric-integration.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ The challenge with Global CSS styles is explained in the following presentation
1616

1717
To achieve reliability, one of the main problems we need to solve is that of **Global CSS styles**. This accounts to not using global class names in the HTML markup and instead using Fabric Core mixins and variables in the Sass declaration file. This involves importing the Fabric Core's Sass declarations in your Sass file and then consuming the variables and mixins appropriately.
1818

19-
The goal of the SharePoint Framework is to allow both Microsoft and customers to build rich, beautiful, and consistent user experiences on top of SharePoint. In accordance with these goals, following are the key design principles:
19+
In order to achieve reliability, one of the main problems we need to solve is that of **Global CSS styles**. This accounts to not using global class names in the HTML markup and instead using Fabric Core mixins and variables in the SASS declaration file. This involves importing the Fabric Core's SASS declarations in your SASS file and then consuming the variables and mixins appropriately.
20+
21+
## Goals
22+
23+
The goal of the SharePoint Framework is to allow both Microsoft and customers to build rich, beautiful, and consistent user experiences on top of SharePoint.
24+
In accordance with these goals, following are the key design principles:
2025

2126
* Customers should be able to smoothly and reliably consume Fabric Core and Fabric React in their solutions.
2227
* Microsoft will roll out updated experiences that consume updated versions of Fabric Core and Fabric React in SharePoint without conflicting with customer's solutions.

0 commit comments

Comments
 (0)