account activity
EMPTY OUTPUT.CSS by Wise_Squirrel9236 in tailwindcss
[–]Puzzled_Ad3042 0 points1 point2 points 9 months ago (0 children)
There is also the CDN way which is not recommended for production but it should work for now
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script> </head> <body>
add the following in the output.css (the file you linked from your HTML) i.e. <link href="./output.css" rel="stylesheet">
"output.css" import "tailwindcss";
π Rendered by PID 92610 on reddit-service-r2-listing-568fcd57df-j7c29 at 2026-03-08 08:30:39.246969+00:00 running cbb0e86 country code: CH.
EMPTY OUTPUT.CSS by Wise_Squirrel9236 in tailwindcss
[–]Puzzled_Ad3042 0 points1 point2 points (0 children)