Sha256: a27b752201a8a5682496e6290a8bbaab8a1f4a3f34c71e7aba0031259e975612
Contents?: true
Size: 473 Bytes
Versions: 17
Compression:
Stored size: 473 Bytes
Contents
<% color ||= 'yellow' %> <div class="rounded-md bg-<%= color %>-light border border-<%= color %> py-4 px-5 mb-3"> <h3 class="text-sm text-<%= color %>-darker 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-light border-yellow text-yellow-darker"></div> <div class="bg-red-light border-red text-red-darker"></div> <% end %>
Version data entries
17 entries across 17 versions & 1 rubygems