feat(layout): implement global layout

This commit is contained in:
2024-01-11 23:34:19 +01:00
parent de2561cfa7
commit ae7aa77292
6 changed files with 56 additions and 1 deletions

View File

@@ -8,6 +8,9 @@ const config: Config = {
fontFamily: {
sans: ["var(--font-sans)", ...fontFamily.sans],
},
boxShadow: {
window: "0 0 1px 1px #1a1a1a",
},
},
},
plugins: [],