File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
< meta name ="viewport " content ="width=device-width ">
7
7
< title > React Accessible Accordion</ title >
8
8
< meta name ="description " content ="Accessible Accordion component for React "/>
9
+ < link rel ="stylesheet " href ="main.css " />
9
10
< link rel ="shortcut icon " href ="favicon.ico ">
10
11
</ head >
11
12
< body >
Original file line number Diff line number Diff line change 9
9
AccordionItemBody ,
10
10
} from '../../src' ;
11
11
12
- import '../main.css' ;
13
12
import '../../src/css/fancy-example.css' ;
14
13
15
14
const Example = ( ) => (
Original file line number Diff line number Diff line change 18
18
"build" : " npm run build:clean && npm run build:css && npm run build:flow && npm run build:rollup" ,
19
19
"start" : " npm run js:watch" ,
20
20
"start-demo" : " webpack-dev-server --mode=development" ,
21
- "pages" : " rm -rf pages && webpack --mode=production --progress" ,
21
+ "pages" : " rm -rf pages && webpack --mode=production --progress && cp demo/*.css pages && cp demo/*.ico pages " ,
22
22
"deploy" : " npm run pages && ./bin/deploy.sh" ,
23
23
"prettier" : " prettier **/*.js --write" ,
24
24
"prepublishOnly" : " npm run build"
You can’t perform that action at this time.
0 commit comments