Format files
This commit is contained in:
parent
2eb6a9c0ba
commit
ccc7a897d5
|
@ -24,4 +24,3 @@
|
||||||
@apply bg-background text-foreground;
|
@apply bg-background text-foreground;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
main {
|
main {
|
||||||
@apply text-center;
|
@apply text-center;
|
||||||
@apply mx-auto my-64;
|
@apply mx-auto my-64;
|
||||||
}
|
}
|
||||||
|
|
|
@ -135,9 +135,7 @@
|
||||||
|
|
||||||
<main>
|
<main>
|
||||||
<div>
|
<div>
|
||||||
<h1>
|
<h1>Prevent CVS</h1>
|
||||||
Prevent CVS
|
|
||||||
</h1>
|
|
||||||
{#if $state !== "Ready"}
|
{#if $state !== "Ready"}
|
||||||
<p>{$state}</p>
|
<p>{$state}</p>
|
||||||
<p>Time left until end of break: {$timeLeftDisplay}</p>
|
<p>Time left until end of break: {$timeLeftDisplay}</p>
|
||||||
|
@ -145,14 +143,11 @@
|
||||||
<p>Time left until break: {$timeLeftDisplay}</p>
|
<p>Time left until break: {$timeLeftDisplay}</p>
|
||||||
{/if}
|
{/if}
|
||||||
{#if $state !== "Ready"}
|
{#if $state !== "Ready"}
|
||||||
<button
|
<button on:click={skipBreak}>Skip Break</button>
|
||||||
on:click={skipBreak}>Skip Break</button
|
|
||||||
>
|
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
||||||
|
|
||||||
<style lang="postcss">
|
<style lang="postcss">
|
||||||
main {
|
main {
|
||||||
@apply text-center;
|
@apply text-center;
|
||||||
|
|
|
@ -3,7 +3,6 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte"
|
||||||
|
|
||||||
/** @type {import('@sveltejs/kit').Config} */
|
/** @type {import('@sveltejs/kit').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
|
|
||||||
// vitePlugin: {
|
// vitePlugin: {
|
||||||
// dynamicCompileOptions({filename}){
|
// dynamicCompileOptions({filename}){
|
||||||
// if(filename.includes('node_modules')){
|
// if(filename.includes('node_modules')){
|
||||||
|
@ -13,8 +12,8 @@ const config = {
|
||||||
// },
|
// },
|
||||||
|
|
||||||
// compilerOptions: {
|
// compilerOptions: {
|
||||||
// runes: true
|
// runes: true
|
||||||
// },
|
// },
|
||||||
|
|
||||||
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
|
// Consult https://kit.svelte.dev/docs/integrations#preprocessors
|
||||||
// for more information about preprocessors
|
// for more information about preprocessors
|
||||||
|
|
Loading…
Reference in New Issue