Files
Modul_152/Webauftritt/eportfolio/style.scss
2022-11-27 22:17:22 +01:00

11 lines
126 B
SCSS

@tailwind base;
@tailwind components;
@tailwind utilities;
h1 {
@apply text-s-h1;
@screen md {
@apply text-h1;
}
}