0
Fork 0
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:
alonso.torres 2022-02-21 16:21:40 +01:00
parent 40b7cafacc
commit a3063eb46d
3 changed files with 12 additions and 2 deletions

View file

@ -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

View file

@ -1,4 +1,3 @@
.text-editor,
.rich-text {
color: $color-black;

View file

@ -64,7 +64,7 @@
:fill :text
:shadow :shape
:blur :shape
:stroke :ignore
:stroke :shape
:text :text}
:image