We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The library PurgeCSS can be implemented with Gatsby/React
It helps in removing unused CSS
https://purgecss.com/guides/react.html#use-craco
It increases our performance speed as unused css is removed.
unused css
This is an implementation of plugin which allows the working of purgecss
The text was updated successfully, but these errors were encountered:
Are there definitive things this will solve?
Sorry, something went wrong.
Can i work on it
No branches or pull requests
Feature Request 🛍️
The library PurgeCSS can be implemented with Gatsby/React
Use Case
It helps in removing unused CSS
Possible Solution
https://purgecss.com/guides/react.html#use-craco
Context
It increases our performance speed as
unused css
is removed.Detailed Description
This is an implementation of plugin which allows the working of purgecss
The text was updated successfully, but these errors were encountered: