Newer
Older
cortex-hub / ui / client-app / tailwind.config.js
module.exports = {
    content: [
      "./src/**/*.{js,jsx,ts,tsx}", // React files
      "./public/index.html"         // (optional, if using CRA)
    ],
    theme: {
      extend: {},
    },
    plugins: [],
  };