Skip to content

🚀 Feature: Purging Classes that aren't being used #103

@kkrishguptaa

Description

@kkrishguptaa

🔖 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."

Can something similar be done for appwrite pink?

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

  • I checked and didn't find similar issue

🏢 Have you read the Code of Conduct?

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions