aboutsummaryrefslogtreecommitdiff
path: root/apps/backend/tailwind.config.js
blob: f7c22ec3c2867ae35f98e5b1f9e533bd65373213 (plain) (blame)
1
2
3
4
5
6
7
8
9
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./src/**/*.{js,ts,jsx,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
}