-
Notifications
You must be signed in to change notification settings - Fork 6
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 loading style #1073
Fix loading style #1073
Conversation
✅ Deploy Preview for veda-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I debugged a bit, and everything points to the path being the issue (as it was @hanbyul-here's first impression). The rest of the CSS purging worked fine on the instance side probably because of the |
Thank you so much for debugging further 🙇 @dzole0311 !! I can't review this since I am the pr creator, can either of you give an approval? @dzole0311 @sandrahoang686 ? |
**HOLD until we merge #1073 ## 🎉 Features * Added Announcement component using USWDS Design System and adding purge-css #1031 ## 🚀 Improvements * Add logic for tracking out-of-view Timeline playheads for E&A page #1067 * Abstract Away Faux Modules from MapBlock Component and expose as library component #1046 ## 🐛 Fixes - 🦗
The style in index.html was getting ripped off on the instance level. I am not sure why this does not happen on ui level 🤔 But opening the fix since the current state is a blocker.
Please look at this pr: NASA-IMPACT/veda-config#424 to see how it looks like on the instance level.