mirror of
https://github.com/penpot/penpot.git
synced 2025-05-16 12:46:10 +02:00
🐛 Pass color format to css formatter (#5890)
* 🐛 Pass color format to css formatter * 📎 Use get method to retrieve format * 📎 Add UI test to check background color is correctly copied to clipboard when changing the format
This commit is contained in:
parent
44acd79081
commit
f3040fc10d
9 changed files with 84 additions and 19 deletions
|
@ -34,6 +34,8 @@ export default defineConfig({
|
|||
trace: "on-first-retry",
|
||||
|
||||
locale: "en-US",
|
||||
|
||||
permissions: ["clipboard-write", "clipboard-read"],
|
||||
},
|
||||
|
||||
/* Configure projects for major browsers */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue