Website/app/frontend/styles/app.scss
Snoweuph a2ee97699a
All checks were successful
Quality Check / QS Backend (push) Successful in 18s
Quality Check / QS Frontend (push) Successful in 31s
Use Symfony UX Twig
2024-07-21 14:09:50 +02:00

24 lines
404 B
SCSS

@import "components/Header";
@import "components/BurgerMenu/Index";
@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
}
}