mirror of
https://github.com/penpot/penpot.git
synced 2025-06-06 06:41:38 +02:00
✨ Fix linter issues on frontend (part 1).
This commit is contained in:
parent
09314c8926
commit
e90185b553
53 changed files with 324 additions and 748 deletions
|
@ -33,7 +33,7 @@
|
|||
color {:color (:stroke-color shape)
|
||||
:opacity (:stroke-opacity shape)
|
||||
:gradient (:stroke-color-gradient shape)}]
|
||||
(if-not (= :none (:stroke-style shape))
|
||||
(when-not (= :none (:stroke-style shape))
|
||||
(str/format "%spx %s %s" width style (uc/color->background color)))))
|
||||
|
||||
(def styles-data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue