DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 5234e58e2380f8deb0710b81b5cb1cdf277fe0d1 felu/tailwind.config.js -rw-r--r-- 127 bytes
5234e58eJonni Liljamo feat: answer TXT queries for _acme-challenge 21 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}