mirror of
https://github.com/penpot/penpot.git
synced 2025-05-26 01:26:11 +02: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-ref-file
|
||||||
:fill-color-gradient
|
: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
|
:shadow
|
||||||
|
|
||||||
:blur
|
:blur
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
.text-editor,
|
.text-editor,
|
||||||
.rich-text {
|
.rich-text {
|
||||||
color: $color-black;
|
color: $color-black;
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
:fill :text
|
:fill :text
|
||||||
:shadow :shape
|
:shadow :shape
|
||||||
:blur :shape
|
:blur :shape
|
||||||
:stroke :ignore
|
:stroke :shape
|
||||||
:text :text}
|
:text :text}
|
||||||
|
|
||||||
:image
|
:image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue