mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-19 22:11:45 +08:00
9 lines
89 B
CSS
9 lines
89 B
CSS
|
@tailwind base;
|
||
|
@tailwind components;
|
||
|
@tailwind utilities;
|
||
|
|
||
|
|
||
|
html {
|
||
|
font-size: 16px;
|
||
|
}
|