We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef8a59 commit 702b006Copy full SHA for 702b006
demo/index.html
@@ -6,7 +6,6 @@
6
<meta name="viewport" content="width=device-width">
7
<title>React Accessible Accordion</title>
8
<meta name="description" content="Accessible Accordion component for React"/>
9
- <link rel="stylesheet" href="main.css" />
10
<link rel="shortcut icon" href="favicon.ico">
11
</head>
12
<body>
demo/js/demo.js
@@ -9,6 +9,7 @@ import {
AccordionItemBody,
} from '../../src';
+import '../main.css';
13
import '../../src/css/fancy-example.css';
14
15
const Example = () => (
0 commit comments