diff --git a/package.json b/package.json index 3bcf237..999f25b 100644 --- a/package.json +++ b/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": { diff --git a/src/_config.scss b/src/_config.scss index 00fa339..09869d9 100644 --- a/src/_config.scss +++ b/src/_config.scss @@ -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, @@ -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,