Skip to content

Commit 56dd09e

Browse files
wobbaVesaJuvonen
authored andcommitted
Added ~ for import statement (SharePoint#1077)
Missing ~ when linking in styles from OUIF react.
1 parent 1c10b02 commit 56dd09e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ npm uninstall @microsoft/sp-office-ui-fabric-core --save-dev
116116
Then you can import the core styles from the SASS declarations available in the Fabric React packge.
117117

118118
```css
119-
@import 'office-ui-fabric-react/dist/sass/References.scss';
119+
@import '~office-ui-fabric-react/dist/sass/References.scss';
120120
```
121121

122122
### Understanding this approach and its shortcomings

0 commit comments

Comments
 (0)