-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
bug: #1916
Comments
Had a similar issue, but I'm using 3.0.3. Had to add autoprefixer as the css props mask-* are not available in chromium based browsers. |
Tried this inside of my Electron app. Same issue. All instances of -mask-image or whatever it's called need to be replaced with webkit-mask-image. Making this change makes things work properly |
Fixed in 3.0.4 |
Seems like this same issue resurfaced at some point, I am having the exact same problem with 4+ (4.5.0) "devDependencies": { |
What version of daisyUI are you using?
3.0.1
Describe your issue
Loading icons and animations are not showing
What browsers are you seeing the problem on?
Chrome
Reproduction URL (optional)
https://stackblitz.com/edit/daisyui-cdn-3mjkuy/?file=index.html
The text was updated successfully, but these errors were encountered: