Files
page-builder/src/styles/globals.css
T
jaybe 676e58cad7
CI / test (push) Failing after 5m22s
CI / e2e (push) Has been skipped
CI / pr_and_merge (push) Has been skipped
테마 적용
2025-12-09 18:53:21 +09:00

13 lines
135 B
CSS

@config "../../tailwind.config.js";
@import "tailwindcss";
html,
body {
padding: 0;
margin: 0;
}
* {
box-sizing: border-box;
}