make things pretty

This commit is contained in:
MapleLeaf
2021-12-29 23:01:25 -06:00
parent eef9d3a0bc
commit 751a333bfb
15 changed files with 553 additions and 28 deletions

View File

@@ -1,8 +1,13 @@
/* eslint-disable unicorn/prefer-module */
// eslint-disable-next-line unicorn/prefer-module
module.exports = {
content: ["./app/**/*.{ts,tsx}"],
theme: {
fontFamily: {
sans: ["Rubik", "sans-serif"],
monospace: ["'JetBrains Mono'", "monospace"],
},
extend: {},
},
plugins: [],
plugins: [require("@tailwindcss/typography")],
}