/** @type {import('tailwindcss').Config} */ module.exports = { content: [ "./Pages/**/*.cshtml", "./Views/**/*.cshtml" ], theme: { extend: {}, }, plugins: [], }