I have 6 pages in astro with tailwind which combines css from all pages into a single css file of ~75KB.
I need to split it and reduce the css file size for each page load.
Is there any way to achieve it?
I have 6 pages in astro with tailwind which combines css from all pages into a single css file of ~75KB.
I need to split it and reduce the css file size for each page load.
Is there any way to achieve it?