Website/app/frontend/styles/app.scss
Snoweuph 89de0121a3
Some checks failed
Quality Check / QS Frontend (push) Failing after 12s
Quality Check / QS Mixed (push) Failing after 11s
Quality Check / QS Backend (push) Successful in 14s
Use Symfony UX Twig
2024-07-20 09:45:22 +02:00

24 lines
398 B
SCSS

@import "components/Header";
@import "components/BurgerMenu";
@tailwind base;
@tailwind components;
@tailwind utilities;
hr {
@apply h-px my-2 border-0;
@apply bg-gray-300 dark:bg-gray-500;
}
.app {
&__text {
@apply text-gray-900 dark:text-gray-100
}
&__text-bold {
@apply app__text font-bold
}
&__text-light {
@apply text-gray-500 dark:text-gray-300 font-light
}
}