From fc9360967b564df5798a711d9a6e2bdfd477a460 Mon Sep 17 00:00:00 2001 From: Chris Burnell Date: Wed, 26 Aug 2020 00:00:57 +0100 Subject: [PATCH] add border-radius to measure --- package.json | 2 +- src/_config.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) 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,