This commit is contained in:
Oliver Davies 2023-02-15 07:56:04 +00:00
parent 0ad2dafa89
commit 3da19375f6
5 changed files with 458 additions and 0 deletions

View file

@ -0,0 +1,8 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
content: [],
theme: {
extend: {},
},
plugins: [],
}