chore: removing scss
This commit is contained in:
parent
a1a71ed1eb
commit
4da50ef0e5
|
@ -27,7 +27,6 @@
|
||||||
"eslint-plugin-svelte3": "3.2.1",
|
"eslint-plugin-svelte3": "3.2.1",
|
||||||
"prettier": "2.4.1",
|
"prettier": "2.4.1",
|
||||||
"prettier-plugin-svelte": "2.4.0",
|
"prettier-plugin-svelte": "2.4.0",
|
||||||
"sass": "^1.43.4",
|
|
||||||
"svelte": "3.44.1",
|
"svelte": "3.44.1",
|
||||||
"svelte-check": "2.2.8",
|
"svelte-check": "2.2.8",
|
||||||
"svelte-preprocess": "4.9.8",
|
"svelte-preprocess": "4.9.8",
|
||||||
|
@ -3110,6 +3109,8 @@
|
||||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz",
|
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz",
|
||||||
"integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==",
|
"integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"optional": true,
|
||||||
|
"peer": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chokidar": ">=3.0.0 <4.0.0"
|
"chokidar": ">=3.0.0 <4.0.0"
|
||||||
},
|
},
|
||||||
|
@ -5878,6 +5879,8 @@
|
||||||
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz",
|
"resolved": "https://registry.npmjs.org/sass/-/sass-1.43.4.tgz",
|
||||||
"integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==",
|
"integrity": "sha512-/ptG7KE9lxpGSYiXn7Ar+lKOv37xfWsZRtFYal2QHNigyVQDx685VFT/h7ejVr+R8w7H4tmUgtulsKl5YpveOg==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
|
"optional": true,
|
||||||
|
"peer": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"chokidar": ">=3.0.0 <4.0.0"
|
"chokidar": ">=3.0.0 <4.0.0"
|
||||||
}
|
}
|
||||||
|
|
|
@ -30,7 +30,6 @@
|
||||||
"eslint-plugin-svelte3": "3.2.1",
|
"eslint-plugin-svelte3": "3.2.1",
|
||||||
"prettier": "2.4.1",
|
"prettier": "2.4.1",
|
||||||
"prettier-plugin-svelte": "2.4.0",
|
"prettier-plugin-svelte": "2.4.0",
|
||||||
"sass": "^1.43.4",
|
|
||||||
"svelte": "3.44.1",
|
"svelte": "3.44.1",
|
||||||
"svelte-check": "2.2.8",
|
"svelte-check": "2.2.8",
|
||||||
"svelte-preprocess": "4.9.8",
|
"svelte-preprocess": "4.9.8",
|
||||||
|
|
|
@ -64,7 +64,7 @@
|
||||||
</Codeblock>
|
</Codeblock>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style lang="scss">
|
<style>
|
||||||
h1 {
|
h1 {
|
||||||
@apply text-4xl;
|
@apply text-4xl;
|
||||||
@apply font-bold;
|
@apply font-bold;
|
||||||
|
@ -76,9 +76,9 @@
|
||||||
@apply pt-6;
|
@apply pt-6;
|
||||||
@apply pb-1;
|
@apply pb-1;
|
||||||
}
|
}
|
||||||
p {
|
p {
|
||||||
@apply text-base;
|
@apply text-base;
|
||||||
@apply opacity-80;
|
@apply opacity-80;
|
||||||
@apply py-2;
|
@apply py-2;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -42,7 +42,7 @@
|
||||||
</Codeblock>
|
</Codeblock>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style lang="scss">
|
<style>
|
||||||
p {
|
p {
|
||||||
@apply text-base;
|
@apply text-base;
|
||||||
@apply py-2;
|
@apply py-2;
|
||||||
|
@ -55,18 +55,18 @@
|
||||||
@apply py-2;
|
@apply py-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
@apply text-2xl;
|
@apply text-2xl;
|
||||||
@apply font-bold;
|
@apply font-bold;
|
||||||
@apply py-2;
|
@apply py-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@apply hover\:underline;
|
@apply hover\:underline;
|
||||||
@apply dark\:text-dodger-200;
|
@apply dark\:text-dodger-200;
|
||||||
@apply text-dodger-700;
|
@apply text-dodger-700;
|
||||||
}
|
}
|
||||||
section {
|
section {
|
||||||
@apply pt-6
|
@apply pt-6;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -45,8 +45,10 @@
|
||||||
</div>
|
</div>
|
||||||
<Codeblock>$ curl -XGET 'https://jokesbapak2.herokuapp.com/'</Codeblock>
|
<Codeblock>$ curl -XGET 'https://jokesbapak2.herokuapp.com/'</Codeblock>
|
||||||
<p class="text-sm text-center py-4 opacity-70 hover:opacity-100 transition duration-300 ease-in-out">
|
<p class="text-sm text-center py-4 opacity-70 hover:opacity-100 transition duration-300 ease-in-out">
|
||||||
{$_('home.more.1')} <span class="hover:underline cursor-pointer" on:click={() => goto('/guide')}>{$_('navigation.guide')}</span>
|
{$_('home.more.1')}
|
||||||
{$_('home.more.2')} <span class="hover:underline cursor-pointer" on:click={() => goto('/api')}>{$_('navigation.api')}</span>
|
<span class="hover:underline cursor-pointer" on:click={() => goto('/guide')}>{$_('navigation.guide')}</span>
|
||||||
|
{$_('home.more.2')}
|
||||||
|
<span class="hover:underline cursor-pointer" on:click={() => goto('/api')}>{$_('navigation.api')}</span>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -46,25 +46,26 @@
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<style lang="scss">
|
<style>
|
||||||
.why_page {
|
|
||||||
p {
|
p {
|
||||||
@apply text-base;
|
@apply text-base;
|
||||||
@apply py-2;
|
@apply py-2;
|
||||||
@apply lg\:w-2\/3;
|
@apply lg\:w-2\/3;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
@apply text-3xl;
|
@apply text-3xl;
|
||||||
@apply font-bold;
|
@apply font-bold;
|
||||||
@apply py-2;
|
@apply py-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
@apply hover\:underline;
|
@apply hover\:underline;
|
||||||
@apply dark\:text-dodger-200;
|
@apply dark\:text-dodger-200;
|
||||||
@apply text-dodger-700;
|
@apply text-dodger-700;
|
||||||
}
|
}
|
||||||
|
|
||||||
section {
|
section {
|
||||||
@apply pt-6;
|
@apply pt-6;
|
||||||
}
|
}
|
||||||
}
|
</style>
|
||||||
</style>
|
|
||||||
|
|
Loading…
Reference in New Issue