mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-03-25 10:51:44 +01:00
fix(frontend): missing dynamically generated classes
This commit is contained in:
14
app/templates/includes/placeholders.html
Normal file
14
app/templates/includes/placeholders.html
Normal file
@@ -0,0 +1,14 @@
|
||||
{# We use this to preload dynamically generated tailwind classes so the compiler can build them ahead of time #}
|
||||
|
||||
<div class="tw-text-blue-800"></div>
|
||||
<div class="tw-text-yellow-800"></div>
|
||||
<div class="tw-text-red-800"></div>
|
||||
<div class="tw-text-green-800"></div>
|
||||
<div class="tw-text-blue-400"></div>
|
||||
<div class="tw-text-yellow-400"></div>
|
||||
<div class="tw-text-red-400"></div>
|
||||
<div class="tw-text-green-400"></div>
|
||||
<div class="tw-bg-blue-300"></div>
|
||||
<div class="tw-bg-yellow-300"></div>
|
||||
<div class="tw-bg-red-300"></div>
|
||||
<div class="tw-bg-green-300"></div>
|
||||
Reference in New Issue
Block a user