-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot get SpinKit to work even with webpack configured #64
Comments
It appears spinkit just requires the css files, and expects the classnames unchanged and on a global scope. In order for it to work right now, the In the future, would be awesome to see an update that uses the returned classname mapping within the js, to dynamically attach css classes. Though that might be too webpack-specific for the dev's goals of brother browserify + webpack support. |
It's easy to use with CSS Modules. So you get something like this:
|
This is my webpack config and with this Spinkit does not show up! What am I missing?
The text was updated successfully, but these errors were encountered: