aboutsummaryrefslogtreecommitdiff
path: root/tailwind.config.js
blob: 7b127366c62d9e49a31ce56df63cf237444444c9 (plain)
1
2
3
4
5
6
7
module.exports = {
  content: ['./public/index.html', './src/**/*.svelte'],
  theme: {
    extend: {},
  },
  plugins: [],
}