Files
forgetmenot-dotnet/tailwind.config.js
2022-07-24 22:14:53 -05:00

9 lines
149 B
JavaScript

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