failed attempt at automatic index generation
This commit is contained in:
13
packages/docs/tailwind.config.cjs
Normal file
13
packages/docs/tailwind.config.cjs
Normal file
@@ -0,0 +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: [require("@tailwindcss/typography")],
|
||||
}
|
||||
Reference in New Issue
Block a user