Skip to content

Commit

Permalink
add: positioning logical properties
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Apr 25, 2022
1 parent 620baf9 commit 84dc255
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/bowhead",
"version": "0.3.0",
"version": "0.3.1",
"description": "Memorable and maintainable design tokens in SCSS",
"main": "bowhead.scss",
"scripts": {
Expand Down
6 changes: 6 additions & 0 deletions src/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,15 @@ $bowhead-property-map: map-merge(
column-gap: size,
row-gap: size,
top: size,
inset-block-start: size,
bottom: size,
inset-block-end: size,
left: size,
inset-inline-start: size,
right: size,
inset-inline-end: size,
inset-block: size,
inset-inline: size,
border-width: size,
border-block: size,
border-inline: size,
Expand Down

0 comments on commit 84dc255

Please sign in to comment.