accordproject / web-components

React Components for Accord Project
Apache License 2.0
117 stars 94 forks source link

Implementation of PurgeCSS #368

Open AbhijithGanesh opened 2 years ago

AbhijithGanesh commented 2 years ago

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

irmerk commented 2 years ago

Are there definitive things this will solve?

prakhar3062 commented 2 years ago

Can i work on it