Skip to content

Commit bc37c31

Browse files
chore(styles): Updated class name to be versioned
1 parent d1edd71 commit bc37c31

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/app.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ html, body, #root {
22
height: 100%;
33
}
44

5-
.pf-c-content {
6-
--pf-c-content--small--Color: red; /* changes all <small> color to red */
7-
--pf-c-content--blockquote--BorderLeftColor: purple; /* changes all <blockquote> left border color to purple */
8-
--pf-c-content--hr--BackgroundColor: lemonchiffon; /* changes a <hr> color to lemonchiffon */
5+
.pf-v5-c-content {
6+
--pf-v5-c-content--small--Color: red; /* changes all <small> color to red */
7+
--pf-v5-c-content--blockquote--BorderLeftColor: purple; /* changes all <blockquote> left border color to purple */
8+
--pf-v5-c-content--hr--BackgroundColor: lemonchiffon; /* changes a <hr> color to lemonchiffon */
99
}

0 commit comments

Comments
 (0)