Skip to content

Commit

Permalink
Merge pull request #241 from HalfWhitt/start_end_constants
Browse files Browse the repository at this point in the history
Added START and END constants
  • Loading branch information
freakboy3742 authored Dec 13, 2024
2 parents d67a58f + 2814a70 commit 352e2a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions changes/241.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Constants now include START and END.
2 changes: 2 additions & 0 deletions src/travertino/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
TOP = "top"
BOTTOM = "bottom"
CENTER = "center"
START = "start"
END = "end"

######################################################################
# Direction
Expand Down

0 comments on commit 352e2a4

Please sign in to comment.