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