MarginaliaSearch/code/services-application/search-service/resources/jte/part/warmup.jte
Viktor Lofgren 6e1aa7b391 (search) Make style.css depend on jte file changes
Also add a hack to ensure classes generated from java code get included in the stylesheet as intended.
2024-12-07 14:11:22 +01:00

9 lines
351 B
Plaintext

This is a bit of a hack!
This class exists to let tailwind we're using these classes even though they aren't visible in the code,
as we sometimes generate classes from Java code!
<i class="text-blue-800 bg-blue-50"></i>
<i class="text-green-800 bg-green-50"></i>
<i class="text-purple-800 bg-purple-50"></i>
<i class="text-blue-950 bg-gray-100"></i>