recipes-front/tailwind.config.js

10 lines
158 B
JavaScript
Raw Permalink Normal View History

2023-11-10 12:58:42 +02:00
/** @type {import('tailwindcss').Config} */
export default {
content: ['./src/**/*.{html,js,svelte,ts}'],
theme: {
extend: {},
},
plugins: [],
}