DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: db9eeca550c8858c3a628535b12c945561c7be75 felu/tailwind.config.js -rw-r--r-- 127 bytes
db9eeca5Jonni Liljamo feat: config options for service name and dns pattern 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}