Skip to content

Commit 4459b2f

Browse files
author
Martin Jesper Low Madsen
committed
[Docs] Disable style documentation for @global identifiers
1 parent a66ec34 commit 4459b2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/modules/utils/generateMarkdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ function generateClasses(reactAPI) {
336336

337337
text = `| Rule name | Global class | Description |
338338
|:-----|:-------------|:------------|\n`;
339-
text += reactAPI.styles.classes
339+
text += reactAPI.styles.classes.filter(cls => cls !== '@global')
340340
.map(styleRule => {
341341
const description = reactAPI.styles.descriptions[styleRule];
342342

0 commit comments

Comments
 (0)