Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1022 Bytes

File metadata and controls

34 lines (20 loc) · 1022 Bytes

Changelog

v3.0.4

Features

  • Add grid-cols utility for grid-template-columns with responsive support (1-6, 12 columns + named splits like 1-2, 2-1, 1-3, 3-1)
  • Add grid-rows utility for grid-template-rows with responsive support (1-6 rows)

v3.0.3

Fixes

  • Fix .card-flush structure: move header/footer border rules after card-body, fix table tbody indentation
  • Remove Y padding on .card-flush when .card-header or .card-footer is present using :has() selector
  • Update dark mode border color to use $gray-800 instead of darken($gray-700, 5%)

v3.0.2

Fixes

  • Fix btn-icon SVG shrinking by adding flex: none to nested SVGs

v3.0.1

Features

  • Add --font-sans-serif CSS custom property to root styles
  • Add blur-2 (2px) blur utility class
  • Rename $font-family-base to $font-family-sans-serif for consistency

Fixes

  • Fix .table-flush to only remove outer borders (first-child left, last-child right) instead of removing all cell borders