feat: skeleton

This commit is contained in:
2025-01-29 17:35:25 -05:00
parent e62e465fec
commit f1ed47c164
21 changed files with 162 additions and 8309 deletions

View File

@@ -34,9 +34,6 @@ const config: Config = {
medium: "600",
bold: "800",
},
maxWidth: {
thread: "calc(min(80ch, round(down, 100%, 1ch)))",
},
lineHeight: buildLineHeights(),
colors: {
black: "#000000",
@@ -70,7 +67,7 @@ const config: Config = {
},
},
},
plugins: [],
plugins: [require("tailwind-nord")],
};
export default config;