10 lines
117 B
CSS
10 lines
117 B
CSS
@tailwind base;
|
|
@tailwind components;
|
|
@tailwind utilities;
|
|
|
|
@layer base {
|
|
html {
|
|
box-sizing: border-box;
|
|
}
|
|
}
|