We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c10b02 commit 56dd09eCopy full SHA for 56dd09e
docs/spfx/office-ui-fabric-integration.md
@@ -116,7 +116,7 @@ npm uninstall @microsoft/sp-office-ui-fabric-core --save-dev
116
Then you can import the core styles from the SASS declarations available in the Fabric React packge.
117
118
```css
119
-@import 'office-ui-fabric-react/dist/sass/References.scss';
+@import '~office-ui-fabric-react/dist/sass/References.scss';
120
```
121
122
### Understanding this approach and its shortcomings
0 commit comments