79205533

Date: 2024-11-20 01:27:32
Score: 4
Natty:
Report link

While I can't comment due to reputation, it's worth noting that @Arsalan Mohseni's answer can have performance impacts.

import 'tailwindcss/tailwind.css'; is designed for development not production (https://tailwindcss.com/docs/installation/play-cdn). This includes all Tailwind classes, which can have performance impacts and Tailwind should only bundle the classes your project actually needs.

Reasons:
  • RegEx Blacklisted phrase (1): can't comment
  • RegEx Blacklisted phrase (1.5): reputation
  • Has code block (-0.5):
  • User mentioned (1): @Arsalan
  • Low reputation (1):
Posted by: EggsLeggs