20 lines
255 B
CSS
20 lines
255 B
CSS
@import "tailwindcss";
|
|
@plugin "daisyui";
|
|
|
|
* {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font:
|
|
14px/1.45 system-ui,
|
|
-apple-system,
|
|
Segoe UI,
|
|
Roboto,
|
|
Inter,
|
|
sans-serif;
|
|
}
|