Skip to content

feat: add border side color CSS properties#101

Merged
kevin-sakemaer merged 1 commit intomainfrom
feat/css-border-side-color-properties
Mar 1, 2026
Merged

feat: add border side color CSS properties#101
kevin-sakemaer merged 1 commit intomainfrom
feat/css-border-side-color-properties

Conversation

@kevin-sakemaer
Copy link
Copy Markdown
Contributor

Summary

  • Added borderTopColor, borderRightColor, borderBottomColor, and borderLeftColor typed CssColor? parameters to Style.typed()
  • Added dedicated tests for each property covering hex color, CSS variable, and global inherit values
  • Updated CHANGELOG.md

Closes #68

Test plan

  • All 450 existing + new tests pass (dart test)
  • Formatted with dart format

@kevin-sakemaer kevin-sakemaer merged commit 4f52c0a into main Mar 1, 2026
9 checks passed
@kevin-sakemaer kevin-sakemaer deleted the feat/css-border-side-color-properties branch March 1, 2026 10:37
@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-left-color CSS property support to Style

1 participant