mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix import of borderWidth (#7084)
This commit is contained in:
@@ -37,8 +37,6 @@
|
||||
:font-family "fontFamilies"
|
||||
:font-size "fontSizes"
|
||||
:letter-spacing "letterSpacing"
|
||||
:text-case "textCase"
|
||||
:text-decoration "textDecoration"
|
||||
:number "number"
|
||||
:opacity "opacity"
|
||||
:other "other"
|
||||
@@ -46,7 +44,9 @@
|
||||
:sizing "sizing"
|
||||
:spacing "spacing"
|
||||
:string "string"
|
||||
:stroke-width "strokeWidth"})
|
||||
:stroke-width "borderWidth"
|
||||
:text-case "textCase"
|
||||
:text-decoration "textDecoration"})
|
||||
|
||||
(def dtcg-token-type->token-type
|
||||
(set/map-invert token-type->dtcg-token-type))
|
||||
|
||||
Reference in New Issue
Block a user