Skip to content

Commit 4cd9c82

Browse files
authored
Update office-ui-fabric-integration.md
Updating the headers for icon guidance
1 parent 2f0b891 commit 4cd9c82

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
@@ -283,17 +283,17 @@ There is another problem with descendant selectors. Note in the previous example
283283
284284
Say for example, for some reason at the app level we decide to make height 0 px on the myButton class. That results in all third-party web parts that use the myButton class to have a height of 0 px (that is, a serious regression in the user experience).
285285
286-
### Usage of the Office UI Fabric icons in SPFx components
286+
## Usage of the Office UI Fabric icons in SPFx components
287287
288288
There are changes on how to use Office UI Fabric icons in the rendering of the SharePoint Framework solutions starting from the SharePoint Framework version 1.8.2.
289289
290-
#### Legacy way of using icons (before SPFx 1.8.2)
290+
### Legacy way of using icons (before SPFx 1.8.2)
291291
292292
```HTML
293293
<i className={css('ms-Icon', 'ms-Icon--RecurringEvent')}></i>
294294
```
295295
296-
#### Updated way to use incons (after SPFx 1.8.2)
296+
### Updated way to use incons (after SPFx 1.8.2)
297297
298298
Solutions build with *no JavaScript framework* option.
299299
@@ -319,4 +319,4 @@ Solutions build with *React* option or by using *React* in general.
319319
320320
## See also
321321
322-
- [Overview of the SharePoint Framework](sharepoint-framework-overview.md)
322+
- [Overview of the SharePoint Framework](sharepoint-framework-overview.md)

0 commit comments

Comments
 (0)