Skip to content

Commit 22d3122

Browse files
hyoshioka0128VesaJuvonen
authored andcommitted
Typo "**@microsoft/sp-office-ui-fabric-core**"→"**\@microsoft/sp-office-ui-fabric-core**" (SharePoint#4724)
bold with escape characters https://docs.microsoft.com/en-us/sharepoint/dev/spfx/office-ui-fabric-integration
1 parent cbad4fc commit 22d3122

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The following are not yet supported in the package:
4747
- Animations
4848
- Icons
4949

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.
5151

5252
### Update existing projects
5353

@@ -64,7 +64,7 @@ After it's installed, you can then import the Fabric Core Sass declarations in y
6464
To use the Fabric Core styles, you need to import the `SPFabricCore` declarations into your Sass file.
6565

6666
> [!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.
6868
6969
```css
7070
@import '~@microsoft/sp-office-ui-fabric-core/dist/sass/SPFabricCore.scss';
@@ -106,9 +106,9 @@ render() {
106106
}
107107
```
108108

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.
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.
110110

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.
112112

113113
```
114114
npm uninstall @microsoft/sp-office-ui-fabric-core --save

0 commit comments

Comments
 (0)