simple-loading-screen/tailwind.config.js

9 lines
189 B
JavaScript
Raw Permalink Normal View History

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