Commit 44c86f3 Philip Weiss
committed
1 parent c46b621 commit 44c86f3 Copy full SHA for 44c86f3
File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change
1
+ // eslint-disable-next-line import/no-unresolved
2
+ require ( './lib/initialize' ) ;
Original file line number Diff line number Diff line change 14
14
"prepublish" : " in-publish && safe-publish-latest && npm run build || not-in-publish" ,
15
15
"lint" : " eslint --ext .js,.jsx src test stories" ,
16
16
"storybook" : " start-storybook -p 9001" ,
17
- "prestorybook:css" : " npm run build:css" ,
18
- "storybook:css" : " start-storybook -p 6006 -c .storybook-css" ,
17
+ "storybook:css" : " npm run build:css && start-storybook -p 6006 -c .storybook-css" ,
19
18
"pretest" : " npm run build && npm run lint" ,
20
19
"test" : " nyc npm run test:all" ,
21
20
"tests-only" : " npm run test:all" ,
73
72
},
74
73
"dependencies" : {
75
74
"airbnb-prop-types" : " ^2.10.0" ,
76
- "clean-css" : " ^4.1.11" ,
77
75
"object.assign" : " ^4.1.0" ,
78
76
"prop-types" : " ^15.6.2" ,
79
77
"react-with-styles" : " ^3.2.0" ,
Original file line number Diff line number Diff line change
1
+ import registerCSSInterfaceWithDefaultTheme from '../scripts/utils/registerCSSInterfaceWithDefaultTheme' ;
2
+
3
+ registerCSSInterfaceWithDefaultTheme ( ) ;
You can’t perform that action at this time.
0 commit comments