open-redirect/web/tailwind.config.js

9 lines
150 B
JavaScript
Raw Normal View History

2024-12-13 23:27:18 +01:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,ts}'],
theme: {
extend: {},
},
plugins: [],
};