Skip to content

Commit

Permalink
add border-radius to measure
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Aug 25, 2020
1 parent 7705d33 commit fc93609
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@chrisburnell/bowhead",
"version": "0.1.5",
"version": "0.1.6",
"description": "Memorable and maintainable design tokens in SCSS",
"main": "bowhead.scss",
"scripts": {
Expand Down
3 changes: 2 additions & 1 deletion src/_config.scss
Expand Up @@ -72,6 +72,7 @@ $bowhead-property-map: map-merge((
bottom: measure,
left: measure,
right: measure,
border-width: measure,
border-block: measure,
border-inline: measure,
border-top-width: measure,
Expand All @@ -85,7 +86,7 @@ $bowhead-property-map: map-merge((
outline-width: measure,
text-decoration-thickness: measure,
text-underline-offset: measure,
border-width: measure,
border-radius: measure,
border-top-left-radius: measure,
border-start-start-radius: measure,
border-top-right-radius: measure,
Expand Down

0 comments on commit fc93609

Please sign in to comment.