open-redirect/web/tailwind.config.js
2024-12-13 23:27:37 +01:00

9 lines
150 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/**/*.{html,ts}'],
theme: {
extend: {},
},
plugins: [],
};