Set up prettier
This commit is contained in:
parent
07a2dc8c5d
commit
727ca3259a
9 changed files with 30 additions and 12 deletions
|
|
@ -3,8 +3,5 @@
|
|||
"identifier": "default",
|
||||
"description": "Capability for the main window",
|
||||
"windows": ["main"],
|
||||
"permissions": [
|
||||
"core:default",
|
||||
"opener:default"
|
||||
]
|
||||
"permissions": ["core:default", "opener:default"]
|
||||
}
|
||||
|
|
|
|||
|
|
@ -44,7 +44,6 @@ async function greet() {
|
|||
.logo.vue:hover {
|
||||
filter: drop-shadow(0 0 2em #249b73);
|
||||
}
|
||||
|
||||
</style>
|
||||
<style>
|
||||
:root {
|
||||
|
|
@ -156,5 +155,4 @@ button {
|
|||
background-color: #0f0f0f69;
|
||||
}
|
||||
}
|
||||
|
||||
</style>
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue