Compare commits

...

3 commits

12 changed files with 19 additions and 59 deletions

6
package-lock.json generated
View file

@ -1814,9 +1814,9 @@
}
},
"node_modules/caniuse-lite": {
"version": "1.0.30001700",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001700.tgz",
"integrity": "sha512-2S6XIXwaE7K7erT8dY+kLQcpa5ms63XlRkMkReXjle+kf6c5g38vyMl+Z5y8dSxOFDhcFe+nxnn261PLxBSQsQ==",
"version": "1.0.30001751",
"resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001751.tgz",
"integrity": "sha512-A0QJhug0Ly64Ii3eIqHu5X51ebln3k4yTUkY1j8drqpWHVreg/VLijN48cZ1bYPiqOQuqpkIKnzr/Ul8V+p6Cw==",
"dev": true,
"funding": [
{

View file

@ -4,7 +4,7 @@
let className: string = '';
export { className as class };
export let src: string | null = null;
export let alt: string | undefined = undefined;
export let alt: string = "";
export let size: number = 32;
export let black: boolean = false;

View file

@ -22,6 +22,3 @@
<slot />
</div>
</a>
<style>
</style>

View file

@ -21,5 +21,3 @@
<slot />
</span>
</a>
<style></style>

View file

@ -26,7 +26,3 @@
</div>
</div>
</section>
<style>
@import "$src/app.css";
</style>

View file

@ -46,3 +46,9 @@
</footer>
</div>
</div>
<style>
:global {
@import '$src/app.css';
}
</style>

View file

@ -123,20 +123,3 @@
<svelte:component this={data.content} />
</section>
</article>
<style>
@import '$src/app.css';
section > h1,
section > h2 {
@apply font-disket mb-4 font-bold;
}
section > h1 {
@apply text-2xl sm:text-4xl;
}
section > h2 {
@apply text-xl sm:text-3xl;
}
</style>

View file

@ -53,7 +53,3 @@
</div>
{/each}
</section>
<style>
@import '$src/app.css';
</style>

View file

@ -94,7 +94,3 @@
>
<svelte:component this={data.content} />
</article>
<style>
@import '$src/app.css';
</style>

View file

@ -43,7 +43,3 @@
</section>
</div>
</section>
<style>
@import '$src/app.css';
</style>

View file

@ -15,7 +15,3 @@
</section>
<WarningBlock>Страница находится в разработке!</WarningBlock>
<style>
@import '$src/app.css';
</style>

View file

@ -15,7 +15,3 @@
</section>
<WarningBlock>Страница находится в разработке!</WarningBlock>
<style>
@import '$src/app.css';
</style>