//
// This file is here until trunk can be told to source it from /client
//

/** @type {import('tailwindcss').Config} */
module.exports = {
  content: {
    relative: true,
    files: ["./client/*.html", "./client/src/**/*.rs"],
  },
  theme: {
    extend: {},
  },
  plugins: [],
};