jerguero-cs/tailwind.config.js

10 lines
161 B
JavaScript
Raw Normal View History

2024-08-23 23:20:48 +00:00
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ["./Pages/**/*.cshtml"],
theme: {
extend: {},
},
plugins: [],
}