simple-loading-screen/tailwind.config.js
2024-03-28 16:03:54 -04:00

8 lines
189 B
JavaScript

/** @type {import('tailwindcss').Config} */
export default {
content: ["./index.html", "./src/**/*.{svelte,js,ts,jsx,tsx}"],
theme: {
extend: {},
},
plugins: [],
};