8 lines
90 B
CSS
8 lines
90 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
html {
|
|
font-size: 18px;
|
|
}
|