Skip to content

feat: add typed CssBorderCollapse property support#100

Merged
kevin-sakemaer merged 1 commit intomainfrom
feat/css-border-collapse-property
Mar 1, 2026
Merged

feat: add typed CssBorderCollapse property support#100
kevin-sakemaer merged 1 commit intomainfrom
feat/css-border-collapse-property

Conversation

@kevin-sakemaer
Copy link
Copy Markdown
Contributor

@kevin-sakemaer kevin-sakemaer commented Mar 1, 2026

Summary

  • Add CssBorderCollapse sealed class with separate and collapse keywords, plus .variable(), .raw(), and .global() escape hatches
  • Wire borderCollapse parameter into Style.typed() mapping to border-collapse
  • Add unit and integration tests

Closes #67

Test plan

  • dart analyze passes with no issues
  • dart test test/css_border_collapse_test.dart — all 5 tests pass (keywords, variable, raw, global, Style.typed integration)

Add CssBorderCollapse sealed class with separate/collapse keywords
and standard escape hatches (variable, raw, global). Wire it into
Style.typed() as borderCollapse parameter.

Closes #67
@kevin-sakemaer kevin-sakemaer merged commit e54d2b8 into main Mar 1, 2026
9 checks passed
@kevin-sakemaer kevin-sakemaer deleted the feat/css-border-collapse-property branch March 1, 2026 10:28
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add border-collapse CSS property support to Style

1 participant