mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-27 01:08: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:
@@ -11,4 +11,4 @@
|
||||
<slot />
|
||||
{/if}
|
||||
|
||||
<style lang="scss" global></style>
|
||||
<style lang="scss"></style>
|
||||
|
||||
@@ -500,7 +500,7 @@
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<style lang="scss" global>
|
||||
<style lang="scss">
|
||||
.floating-menu {
|
||||
position: absolute;
|
||||
width: 0;
|
||||
|
||||
@@ -90,7 +90,7 @@ on:touchcancel
|
||||
on:touchend
|
||||
-->
|
||||
|
||||
<style lang="scss" global>
|
||||
<style lang="scss">
|
||||
.layout-col {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
@@ -90,7 +90,7 @@ on:touchcancel
|
||||
on:touchend
|
||||
-->
|
||||
|
||||
<style lang="scss" global>
|
||||
<style lang="scss">
|
||||
.layout-row {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user