pink
pink copied to clipboard
🚀 Feature: Purging Classes that aren't being used
🔖 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?
- [X] I have read the Code of Conduct