Skip to content

Commit

Permalink
fix: fixed wrong format for css calc()
Browse files Browse the repository at this point in the history
  • Loading branch information
soslayando committed Oct 31, 2024
1 parent eaa5221 commit ef7d5bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"size": {
"square": {
"true": {
"value": "calc({alias.size.square.icon.base.lg.value}) - 0.2rem"
"value": "calc({alias.size.square.icon.base.lg.value} - 0.2rem)"
},
"false": {
"value": "{alias.size.square.icon.base.sm.value}"
Expand Down

0 comments on commit ef7d5bd

Please sign in to comment.