feat: initial Fractal installation

This commit is contained in:
Oliver Davies 2023-01-01 19:16:35 +00:00
parent 41ccff084d
commit 1962d21da7
12 changed files with 3994 additions and 0 deletions

View file

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