This commit is contained in:
Waylon Walker 2023-11-12 11:34:39 -06:00
parent 9558e187ab
commit e0486cd1b2
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
11 changed files with 1045 additions and 0 deletions

8
home/tailwind.config.js Normal file
View file

@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./site/**/*.{html,js,jsx,ts,tsx}"],
theme: {
extend: {},
},
plugins: [],
};