🐛 Fix text weight on inspect code

This commit is contained in:
Alejandro Alonso 2023-01-27 09:21:42 +01:00 committed by Eva
parent 545b3860b4
commit 4f82f6bde4
4 changed files with 19 additions and 1 deletions

View file

@ -146,6 +146,7 @@
:font-family
:font-style
:font-size
:font-weight
:line-height
:letter-spacing
:text-decoration
@ -154,6 +155,7 @@
:format {:font-family #(str "'" % "'")
:font-style #(str %)
:font-size #(str % "px")
:font-weight #(str %)
:line-height #(str %)
:letter-spacing #(str % "px")
:text-decoration name