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

package.tailwind.config.js Maven / Gradle / Ivy

module.exports = {
  content: ["./demo/**/*.html", "./js/**/*.js", "./docs/**/*.*"],
  darkMode: 'class', // or 'media' or 'class'
  theme: {
    extend: {},
  },
  variants: {
    extend: {},
  },
  plugins: [
    require('flowbite/plugin')
  ],
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy