This commit is contained in:
Sam
2026-06-10 11:51:56 -05:00
commit 66ba338b81
57 changed files with 5509 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
mixin badge(label, tone)
span.badge(class=`badge--${tone}`)= label
mixin featureCard(feature)
li.feature-card
h3 #{feature.name}
p.muted= feature.description
+badge(feature.statusLabel, feature.status)