peripatos.free.technology/tailwind.config.js

7 lines
158 B
JavaScript
Raw Normal View History

2024-02-13 11:57:33 +00:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{svelte,js,ts,jsx,tsx}'],
theme: {},
plugins: [],
};