-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Shareicons color changing fix in build (purgecss) #1917
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's great having you contribute to this project
Welcome to the community 🤓If you would like to continue contributing to open source and would like to do it with an awesome inclusive community, you should join our Discord chat and our GitHub Organisation - we help and encourage each other to contribute to open source little and often 🤓 . Any questions let us know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you remove the md files from your pull request please
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks Good to me! 👍
Fixes Issue
#1862
Changes proposed
the css applied in src\Components\ShareIcon.js is done using javascript, which purgecss couldn't detect and removed that css from final build. So adding safelist of share class name fixes it and now in build the share icon shows effect on hover
Check List (Check all the applicable boxes)
Screenshots
Note to reviewers
there might be some more cases where some css is getting ignored because of applying css using javascript