Skip to content

Commit

Permalink
add accent-color
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisburnell committed Aug 26, 2021
1 parent 13d0717 commit cfc80c8
Show file tree
Hide file tree
Showing 3 changed files with 258 additions and 36 deletions.
291 changes: 256 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.2.0",
"version": "0.2.1",
"description": "Memorable and maintainable design tokens in SCSS",
"main": "bowhead.scss",
"scripts": {
Expand Down
1 change: 1 addition & 0 deletions src/_config.scss
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ $bowhead-property-map: map-merge((
border-bottom-left-radius: measure,
border-end-start-radius: measure,
background-color: color,
accent-color: color,
caret-color: color,
border-color: color,
border-block-color: color,
Expand Down

0 comments on commit cfc80c8

Please sign in to comment.