pink icon indicating copy to clipboard operation
pink copied to clipboard

🚀 Feature: Purging Classes that aren't being used

Open kkrishguptaa opened this issue 2 years ago • 0 comments

🔖 Feature description

There are several classes in appwrite pink, let's just assume three classes c1, c2 and c3.

I only use c1, I am also getting c2 and c3 bundled which is just useless load for me, and this thing for applies to other users as well who are using a certain amount of classes and not the entirety.

Can we make it such that only the css you use gets bundled?

🎤 Pitch

Taking in example from Tailwind CSS

"Tailwind CSS is incredibly performance focused and aims to produce the smallest CSS file possible by only generating the CSS you are actually using in your project."

  • https://tailwindcss.com/docs/optimizing-for-production

Can something similar be done for appwrite pink?

👀 Have you spent some time to check if this issue has been raised before?

  • [X] I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

kkrishguptaa avatar Aug 07 '23 14:08 kkrishguptaa