last shadow override i wanted to make for now. also small tweak
This commit is contained in:
parent
b3ec3d450c
commit
18e0828ee7
4 changed files with 12 additions and 1 deletions
|
@ -259,7 +259,7 @@ export default {
|
|||
return [...Object.values(this.preview.rules), 'color: var(--text)'].join(';')
|
||||
},
|
||||
shadowsAvailable () {
|
||||
return Object.keys(this.previewTheme.shadows)
|
||||
return Object.keys(this.previewTheme.shadows).sort()
|
||||
},
|
||||
currentShadowOverriden: {
|
||||
get () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue