Sha256: d18b5c07d2801b5be8bd6269c0016a84d96761d2192b3434e14fdd1b74f7f8fc
Contents?: true
Size: 552 Bytes
Versions: 2
Compression:
Stored size: 552 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-<%= color %>-900 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
bullet_train-themes-light-1.0.47 | app/views/themes/light/_alert.html.erb |
bullet_train-themes-light-1.0.43 | app/views/themes/light/_alert.html.erb |