- Add
grid-colsutility forgrid-template-columnswith responsive support (1-6, 12 columns + named splits like1-2,2-1,1-3,3-1) - Add
grid-rowsutility forgrid-template-rowswith responsive support (1-6 rows)
- Fix
.card-flushstructure: move header/footer border rules after card-body, fix table tbody indentation - Remove Y padding on
.card-flushwhen.card-headeror.card-footeris present using:has()selector - Update dark mode border color to use
$gray-800instead ofdarken($gray-700, 5%)
- Fix
btn-iconSVG shrinking by addingflex: noneto nested SVGs
- Add
--font-sans-serifCSS custom property to root styles - Add
blur-2(2px) blur utility class - Rename
$font-family-baseto$font-family-sans-seriffor consistency
- Fix
.table-flushto only remove outer borders (first-child left, last-child right) instead of removing all cell borders