Condense SCSS in X.svelte

This commit is contained in:
Ben Welsh 2023-05-14 13:55:38 -04:00 committed by GitHub
parent 021ae5d4c3
commit 761192145e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,9 +27,8 @@
path {
fill: var(--theme-colour-text-secondary, $tr-medium-grey);
}
}
svg rect {
fill: var(--theme-colour-background, white);
rect {
fill: var(--theme-colour-background, white);
}
}
</style>

Before

Width:  |  Height:  |  Size: 2.1 KiB

After

Width:  |  Height:  |  Size: 2.1 KiB