style fixes and improvements

This commit is contained in:
itsMapleLeaf
2023-08-16 20:33:53 -05:00
parent eea1a7ee9d
commit 0dad3c9ecd
13 changed files with 181 additions and 248 deletions

View File

@@ -1,8 +1,6 @@
import typography from "@tailwindcss/typography"
import { type Config } from "tailwindcss"
export default {
content: ["./packages/*/src/**/*.{ts,tsx,md,astro}"],
theme: {
fontFamily: {
sans: ["RubikVariable", "sans-serif"],
@@ -16,5 +14,5 @@ export default {
corePlugins: {
container: false,
},
plugins: [typography],
} satisfies Config
plugins: [],
}