<% card = "rounded-lg border border-secondary bg-container p-3 space-y-1.5" label = "text-xs font-medium text-primary" meta = "text-xs text-secondary font-mono" %>

Borders

border-* and shadow-border-* utilities. Boxes show the rendered effect.

<% utilities.each do |u| %> <% is_shadow_border = u[:name].start_with?("shadow-border-") %>
">

<%= u[:name] %>

<%= u[:light_resolved] || u[:light_value] %>

<% if u[:dark_value] %>

dark: <%= u[:dark_resolved] || u[:dark_value] %>

<% end %>
<% end %>