Sha256: d7cf7ee8e81f1c7918af10064ef232021b7798e5c0ca8f7b78221fd58c54def9
Contents?: true
Size: 545 Bytes
Versions: 3
Compression:
Stored size: 545 Bytes
Contents
<% color ||= 'yellow' %> <div class="rounded-md bg-<%= color %>-400 border border-<%= color %>-500 py-4 px-5 mb-3"> <h3 class="text-sm text-black-400 font-light"> <%= yield %> </h3> </div> <% # we have to list out the evaluations we want possible above so purgecss includes them in production. %> <% if false %> <div class="bg-yellow-400 border-yellow-500 dark:border-yellow-200 text-yellow-600 dark:text-yellow-200"></div> <div class="bg-red-400 border-red-500 dark:border-red-200 text-red-600 dark:text-red-200"></div> <% end %>
Version data entries
3 entries across 3 versions & 1 rubygems