Diff of /client/tailwind.config.js [000000] .. [0d34a1]

Switch to unified view

a b/client/tailwind.config.js
1
/** @type {import('tailwindcss').Config} */
2
module.exports = {
3
  content: ["./src/**/*.{js,jsx,css}"],
4
  theme: {
5
    extend: {},
6
  },
7
  plugins: [],
8
}