Skip to content

Commit

Permalink
fix: rename separator width to block-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbert committed Sep 25, 2021
1 parent 915bf7a commit 5b7a797
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/separator/bem.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
.utrecht-separator {
border-color: var(--utrecht-separator-color);
border-style: solid;
border-width: 0 0 var(--utrecht-separator-width) 0;
border-width: 0 0 var(--utrecht-separator-block-size) 0;
}

.utrecht-separator--distanced {
Expand Down
2 changes: 1 addition & 1 deletion components/separator/block.tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"inherits": true
}
},
"width": {
"block-size": {
"css": {
"syntax": "<length>",
"inherits": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"utrecht": {
"separator": {
"color": { "value": "{utrecht.color.grey.90.value}" },
"width": { "value": "8px" },
"block-size": { "value": "8px" },
"margin-block-end": {},
"margin-block-start": {}
}
Expand Down

0 comments on commit 5b7a797

Please sign in to comment.