All Downloads are FREE. Search and download functionalities are using the official Maven repository.

generator.server.springboot.thymeleaf.template.tailwind.config.js.mustache Maven / Gradle / Ivy

There is a newer version: 1.22.0
Show newest version
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ['./src/main/resources/templates/**/*.html'],
  theme: {
    extend: {},
  },
  plugins: [],
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy