Optimizing for Production #13472
Unanswered
wHitedeVil4561
asked this question in
Help
Replies: 1 comment
-
You could consider: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am using Tailwind in my angular project along with Angular material.
When I generate the angular build of my project, the size of styles.css file is around 150KB.
How can I reduce the size of the style.css file.?
I have checked the style.css file has lots of redudant utlities class of tailwind.
Is there any way to remove those redudant classes from my style.css file at the time of generating angular build?
Beta Was this translation helpful? Give feedback.
All reactions