You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/spfx/office-ui-fabric-integration.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ The following are not yet supported in the package:
47
47
- Animations
48
48
- Icons
49
49
50
-
Starting with the SharePoint Framework Yeoman generator version 1.3.4, the default project (web parts and extensions) templates come setup with the new **@microsoft/sp-office-ui-fabric-core** package and consume core styles from the package instead of using global CSS styles.
50
+
Starting with the SharePoint Framework Yeoman generator version 1.3.4, the default project (web parts and extensions) templates come setup with the new **\@microsoft/sp-office-ui-fabric-core** package and consume core styles from the package instead of using global CSS styles.
51
51
52
52
### Update existing projects
53
53
@@ -64,7 +64,7 @@ After it's installed, you can then import the Fabric Core Sass declarations in y
64
64
To use the Fabric Core styles, you need to import the `SPFabricCore` declarations into your Sass file.
65
65
66
66
> [!NOTE]
67
-
> Make sure you have the **@microsoft/sp-office-ui-fabric-core** npm package installed.
67
+
> Make sure you have the **\@microsoft/sp-office-ui-fabric-core** npm package installed.
The Fabric React package includes the supported Fabric Core styles used in the Fabric React components. We recommend that you import the Fabric Core styles from the Fabric React package instead of from the **@microsoft/sp-office-ui-fabric-core** package to ensure that the right styles are used in your component.
109
+
The Fabric React package includes the supported Fabric Core styles used in the Fabric React components. We recommend that you import the Fabric Core styles from the Fabric React package instead of from the **\@microsoft/sp-office-ui-fabric-core** package to ensure that the right styles are used in your component.
110
110
111
-
Because the **@microsoft/sp-office-ui-fabric-core** package is already installed in your solution by the Yeoman generator, we recommend that you uninstall that package if you decide to use Fabric components and reduce your component bundle size.
111
+
Because the **\@microsoft/sp-office-ui-fabric-core** package is already installed in your solution by the Yeoman generator, we recommend that you uninstall that package if you decide to use Fabric components and reduce your component bundle size.
0 commit comments