🐛 Fix CSS generated box-shadow property

This commit is contained in:
Elena Torro 2026-01-07 13:42:06 +01:00
parent 0dd062d011
commit 8a3e6d026e
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
- Fix problem with grid layout components and auto sizing [Github #7797](https://github.com/penpot/penpot/issues/7797) - Fix problem with grid layout components and auto sizing [Github #7797](https://github.com/penpot/penpot/issues/7797)
- Fix some alignments on inspect tab [Taiga #12915](https://tree.taiga.io/project/penpot/issue/12915) - Fix some alignments on inspect tab [Taiga #12915](https://tree.taiga.io/project/penpot/issue/12915)
- Fix color assets from shared libraries not appearing as assets in Selected colors panel [Taiga #12957](https://tree.taiga.io/project/penpot/issue/12957) - Fix color assets from shared libraries not appearing as assets in Selected colors panel [Taiga #12957](https://tree.taiga.io/project/penpot/issue/12957)
- Fix CSS generated box-shadow property [Taiga #12997](https://tree.taiga.io/project/penpot/issue/12997)
## 2.12.1 ## 2.12.1

View File

@ -199,7 +199,7 @@
:string-or-size-array (format-string-or-size-array value) :string-or-size-array (format-string-or-size-array value)
:keyword (format-keyword value) :keyword (format-keyword value)
:tracks (format-tracks value) :tracks (format-tracks value)
:shadow (format-shadow value options) :shadows (format-shadow value options)
:blur (format-blur value) :blur (format-blur value)
:matrix (format-matrix value) :matrix (format-matrix value)
(if (keyword? value) (d/name value) value)))) (if (keyword? value) (d/name value) value))))