Fridge2Fit/tailwind.config.js

9 lines
160 B
JavaScript
Raw Normal View History

2024-05-18 19:49:02 +02:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['static/*.{html,js}'],
theme: {
extend: {},
},
plugins: [],
};