Убрал лишние импорты стилей

This commit is contained in:
Иван Кузьменко 2025-10-23 05:41:58 +03:00
parent 0bbdbf927a
commit 95479c0be7
10 changed files with 15 additions and 55 deletions

View file

@ -21,7 +21,4 @@
> >
<slot /> <slot />
</div> </div>
</a> </a>
<style>
</style>

View file

@ -20,6 +20,4 @@
<span class="text-emerald-900 underline"> <span class="text-emerald-900 underline">
<slot /> <slot />
</span> </span>
</a> </a>
<style></style>

View file

@ -25,8 +25,4 @@
</div> </div>
</div> </div>
</div> </div>
</section> </section>
<style>
@import "$src/app.css";
</style>

View file

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

View file

@ -122,21 +122,4 @@
<section class="flex max-w-5xl flex-col flex-nowrap mx-auto"> <section class="flex max-w-5xl flex-col flex-nowrap mx-auto">
<svelte:component this={data.content} /> <svelte:component this={data.content} />
</section> </section>
</article> </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

@ -52,8 +52,4 @@
{/each} {/each}
</div> </div>
{/each} {/each}
</section> </section>
<style>
@import '$src/app.css';
</style>

View file

@ -93,8 +93,4 @@
sm:text-xl lg:p-8" sm:text-xl lg:p-8"
> >
<svelte:component this={data.content} /> <svelte:component this={data.content} />
</article> </article>
<style>
@import '$src/app.css';
</style>

View file

@ -42,8 +42,4 @@
на странице <SocialHyperlink href="/team">Команда</SocialHyperlink>. на странице <SocialHyperlink href="/team">Команда</SocialHyperlink>.
</section> </section>
</div> </div>
</section> </section>
<style>
@import '$src/app.css';
</style>

View file

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

View file

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