composed project, added packages, models, controllers, seeders, mirgations etc.
This commit is contained in:
16
resources/scss/main.scss
Normal file
16
resources/scss/main.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html,
|
||||
body,
|
||||
:root {
|
||||
height: 100hv;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
body{
|
||||
&::-webkit-scrollbar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user