DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 9e41bc5486e2858c81a59c9302089d3a480ec4e3 felu/tailwind.config.js -rw-r--r-- 127 bytes
9e41bc54Jonni Liljamo feat: sane SOA ttls 16 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}