Skip to content

Commit 1933d85

Browse files
authored
docs(upgrade): fix typo regarding CSS variable versioned prefix
1 parent 199199f commit 1933d85

File tree

1 file changed

+1
-1
lines changed
  • packages/documentation-site/patternfly-docs/content/get-started

1 file changed

+1
-1
lines changed

packages/documentation-site/patternfly-docs/content/get-started/upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For PatternFly 5, class names, variable names, and SCSS objects have all had `v5
6767
6868
| Language/style | v4 prefix | v5 prefix| Note |
6969
| --- | ---| --- | --- |
70-
| CSS | `--pf-` | `$pf-v5-` |
70+
| CSS | `--pf-` | `--pf-v5-` |
7171
| SCSS | `.pf-` | `$pf-v5-` |
7272
| SCSS | `@mixin pf-` | `@mixin pf-v5-` |
7373
| SCSS | `@function pf-` | `@function pf-v5-` |

0 commit comments

Comments
 (0)