feat: add design tokens and css tooling

This commit is contained in:
thePR0M3TH3AN
2025-10-09 20:53:40 -04:00
parent 6376e73951
commit 143abc8fd1
11 changed files with 1767 additions and 126 deletions

5
prettier.config.cjs Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: [require.resolve("prettier-plugin-tailwindcss")],
singleQuote: false,
trailingComma: "none"
};