setup tailwind and vite
This commit is contained in:
11
Webauftritt/eportfolio/style.scss
Normal file
11
Webauftritt/eportfolio/style.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
h1 {
|
||||
@apply text-s-h1;
|
||||
|
||||
@screen md {
|
||||
@apply text-h1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user