Laptop-Thing/web/tailwind.config.js
2024-11-27 12:35:48 -05:00

11 lines
188 B
JavaScript

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