chore(sync): cascade main -> dev #148
Reference in New Issue
Block a user
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Automated cascade of main into dev. Auto-merges only if conflict-free; otherwise left open for manual resolution.
.text-bg-* both (a) had a misleading prefix and (b) forced a black/white foreground that fought the theme. The theme already provides separate, theme-aware utilities: .text-* (color: var(--*-rgb)) and .bg-* (background-color: var(--*-rgb)). Remove .text-bg-* and compose .text-{ctx} + .bg-{ctx} instead. Authored-by: Moko Consulting