Добавил псевдоним для папки src/
, Избавился от относительных путей в app.css, Сделал класс фона общим
This commit is contained in:
parent
0cf4e73755
commit
b78c917ddf
3 changed files with 9 additions and 8 deletions
|
@ -138,13 +138,7 @@
|
|||
</section>
|
||||
|
||||
<style>
|
||||
@import "tailwindcss";
|
||||
@plugin "@tailwindcss/typography";
|
||||
@config "../../tailwind.config.ts";
|
||||
|
||||
.hero-background {
|
||||
@apply bg-[url('/common/background-day.webp')] dark:bg-[url('/common/background-night.webp')] bg-cover bg-fixed;
|
||||
}
|
||||
@import "$src/app.css";
|
||||
|
||||
section > h1 {
|
||||
@apply font-disket mb-4 text-2xl font-bold sm:text-4xl;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue