KyleAMathews / react-spinkit

A collection of loading indicators animated with CSS for React
http://kyleamathews.github.io/react-spinkit/
MIT License
1.49k stars 73 forks source link

ERROR in ./~/react-spinkit/css/wave.css #18

Closed jimmykobe1171 closed 9 years ago

jimmykobe1171 commented 9 years ago

after I installed the package, I use webpack to build, but I got below error. Any ideas? Thanks !

ERROR in ./~/react-spinkit/css/wave.css
Module parse failed: /Users/jimmy/Projects/hopewell_www/trunk/hopewell_www/node_modules/react-spinkit/css/wave.css Line 1: Unexpected token .
You may need an appropriate loader to handle this file type.
| .wave {
|   width: 50px;
|   height: 27px;
 @ ./~/react-spinkit/dist/index.js 69:8-34
KyleAMathews commented 9 years ago

For Webpack to load css, you need to add the css and style loaders https://github.com/webpack/css-loader