generated from Flycro/nuxt-drizzle-starterkit
Initial commit
This commit is contained in:
10
assets/css/main.css
Normal file
10
assets/css/main.css
Normal file
@@ -0,0 +1,10 @@
|
||||
html {
|
||||
box-sizing: border-box;
|
||||
}
|
||||
*, *:before, *:after {
|
||||
box-sizing: inherit;
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-gray-900;
|
||||
}
|
||||
Reference in New Issue
Block a user