-
Notifications
You must be signed in to change notification settings - Fork 14
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
Fix <Tooltip /> CSS 🔧 #165
Conversation
Codecov Report
@@ Coverage Diff @@
## master #165 +/- ##
=========================================
Coverage ? 92.82%
=========================================
Files ? 70
Lines ? 641
Branches ? 166
=========================================
Hits ? 595
Misses ? 46
Partials ? 0
Continue to review full report at Codecov.
|
Seems that we need to teach Rollup how to read JSON as well:
( when running |
So that Rollup knows how to handle JSON file imports
3db4ba8
to
0caff36
Compare
🎉 This PR is included in version 2.8.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Following #164, get Tippy's CSS from a CDN rather than add it as part of our package.
This is to keep our build simple and passing without the need to make Rollup aware of how to handle CSS files 💆🏻♂️