generator.server.springboot.thymeleaf.template.tailwind.config.js.mustache Maven / Gradle / Ivy
/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./src/main/resources/templates/**/*.html'],
theme: {
extend: {},
},
plugins: [],
}