a collection of tools for fly for fun universe skillulator.lol
at main 199 B view raw
1/** @type {import('tailwindcss').Config} */ 2export default { 3 content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}"], 4 theme: { 5 extend: {}, 6 }, 7 plugins: [require("@tailwindcss/forms")], 8};