[TASK] setup frontend process vite and fluid tailwind
This commit is contained in:
11
frontend/scss/app.scss
Normal file
11
frontend/scss/app.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
h1 {
|
||||
@apply font-headline;
|
||||
}
|
||||
|
||||
.container {
|
||||
@apply ~p-6/10 max-w-screen-lg w-full;
|
||||
}
|
Reference in New Issue
Block a user