DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: a3ddc93bdf4330285e00d0a1fc10af5c3801f1a4 felu/tailwind.config.js -rw-r--r-- 127 bytes
a3ddc93bJonni Liljamo feat: genTsigKey and refresh tsig key 17 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}