aboutsummaryrefslogtreecommitdiffstats
path: root/sanity/tailwind.config.js
blob: d05f283e437f5119c017acf84ea95319233169bb (plain) (blame)
1
2
3
4
5
6
7
module.exports = {
  content: ["./pages/**/*.{js,ts,jsx,tsx}", "./components/**/*.{js,ts,jsx,tsx}", "./app/**/*.{js,ts,jsx,tsx}"],
  theme: {
    extend: {},
  },
  plugins: [],
};