mirror of
https://github.com/penpot/penpot.git
synced 2025-01-10 17:00:36 -05:00
✨ Add support for multiple shapes
This commit is contained in:
parent
40b7cafacc
commit
a3063eb46d
3 changed files with 12 additions and 2 deletions
|
@ -250,6 +250,17 @@
|
|||
:fill-color-ref-file
|
||||
:fill-color-gradient
|
||||
|
||||
:stroke-style
|
||||
:stroke-alignment
|
||||
:stroke-width
|
||||
:stroke-color
|
||||
:stroke-color-ref-id
|
||||
:stroke-color-ref-file
|
||||
:stroke-opacity
|
||||
:stroke-color-gradient
|
||||
:stroke-cap-start
|
||||
:stroke-cap-end
|
||||
|
||||
:shadow
|
||||
|
||||
:blur
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
.text-editor,
|
||||
.rich-text {
|
||||
color: $color-black;
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
:fill :text
|
||||
:shadow :shape
|
||||
:blur :shape
|
||||
:stroke :ignore
|
||||
:stroke :shape
|
||||
:text :text}
|
||||
|
||||
:image
|
||||
|
|
Loading…
Reference in a new issue