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

generator.client.react.tailwind.config.js Maven / Gradle / Ivy

There is a newer version: 1.18.1
Show newest version
const { nextui } = require('@nextui-org/react');

module.exports = {
  content: [
    './src/main/webapp/index.html',
    './src/main/webapp/**/*.{js,ts,jsx,tsx}',
    './node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}',
  ],
  theme: {
    extend: {},
  },
  darkMode: 'class',
  plugins: [nextui()],
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy