mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
🐛 Fix CSS generated box-shadow property
This commit is contained in:
parent
0dd062d011
commit
8a3e6d026e
@ -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
|
||||||
|
|
||||||
|
|||||||
@ -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))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user