9 lines
103 B
CSS
9 lines
103 B
CSS
@import "tailwindcss";
|
|
|
|
@plugin "@tailwindcss/typography";
|
|
|
|
body {
|
|
margin: 0;
|
|
min-height: 100vh;
|
|
}
|