Add new handoff flex item section"

This commit is contained in:
Eva 2022-10-24 13:22:31 +02:00 committed by Alonso Torres
parent c3fe8c8ebd
commit d663d2bebf
12 changed files with 381 additions and 55 deletions

View file

@ -55,9 +55,9 @@
:shadow {:props [:shadow]
:to-prop {:shadow :box-shadow}
:format {:shadow #(str/join ", " (map shadow->css %1))}}
:blur {:props [:blur]
:to-prop {:blur "filter"}
:format {:blur #(str/fmt "blur(%spx)" (:value %))}}})
:blur {:props [:blur]
:to-prop {:blur "filter"}
:format {:blur #(str/fmt "blur(%spx)" (:value %))}}})
(def style-text
{:props [:fill-color