Skip to content

Commit 702b006

Browse files
fixing demo page CSS
1 parent cef8a59 commit 702b006

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

demo/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<meta name="viewport" content="width=device-width">
77
<title>React Accessible Accordion</title>
88
<meta name="description" content="Accessible Accordion component for React"/>
9-
<link rel="stylesheet" href="main.css" />
109
<link rel="shortcut icon" href="favicon.ico">
1110
</head>
1211
<body>

demo/js/demo.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
AccordionItemBody,
1010
} from '../../src';
1111

12+
import '../main.css';
1213
import '../../src/css/fancy-example.css';
1314

1415
const Example = () => (

0 commit comments

Comments
 (0)