summaryrefslogtreecommitdiff
path: root/tailwind.config.js
blob: 32e3abdef12437131ae9a666c8b1e0d45319c8bd (plain)
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: [],
  theme: {
    extend: {},
  },
  plugins: [],
}