🐛 Fix wrap not working in plugins

This commit is contained in:
alonso.torres
2024-07-22 11:27:29 +02:00
parent 26fa2a71ea
commit d13b9ef3ea
2 changed files with 18 additions and 3 deletions

View File

@@ -48,8 +48,7 @@
#{:flex :grid})
(def flex-direction-types
;;TODO remove reverse-column and reverse-row after script
#{:row :reverse-row :row-reverse :column :reverse-column :column-reverse})
#{:row :row-reverse :column :column-reverse})
(def grid-direction-types
#{:row :column})
@@ -58,7 +57,7 @@
#{:simple :multiple})
(def wrap-types
#{:wrap :nowrap :no-wrap}) ;;TODO remove no-wrap after script
#{:wrap :nowrap})
(def padding-type
#{:simple :multiple})