Skip to content

Commit e59e763

Browse files
committed
Add PF4 addons css to demo
1 parent bc8f541 commit e59e763

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/pf4-component-mapper/demo/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7-
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/[email protected]/patternfly-base.css"/>
7+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/[email protected]/patternfly-base.css"/>
8+
<link rel="stylesheet" type="text/css" href="https://unpkg.com/@patternfly/[email protected]/patternfly-addons.css"/>
89
<title>Data driven forms</title>
910
</head>
1011
<body>

0 commit comments

Comments
 (0)