DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 8acfdbc07e82191871ec282d9633c1964c00f4e3 felu/tailwind.config.js -rw-r--r-- 127 bytes
8acfdbc0Jonni Liljamo feat: dns server to fetch a records from db 1 year, 28 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}