echoed/tailwind.config.js

10 lines
158 B
JavaScript
Raw Permalink Normal View History

2024-11-23 21:07:46 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}