mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 04:48:11 +08:00
Remove the svelte-preprocess dev dependency, keeping global styles with a custom Vite plugin (#4003)
* Remove the svelte-preprocess dev dependency, keeping global styles with a custom Vite plugin * More robust style tag detection * Fix CSS regressions
This commit is contained in:
@@ -75,7 +75,7 @@
|
||||
|
||||
<MainWindow />
|
||||
|
||||
<style lang="scss" global>
|
||||
<style lang="scss">
|
||||
// Disable the spinning loading indicator
|
||||
body::before,
|
||||
body::after {
|
||||
|
||||
Reference in New Issue
Block a user