DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: fa29c9640b88b5d9434c16d6feaac4dc5a42c655 felu/tailwind.config.js -rw-r--r-- 127 bytes
fa29c964Jonni Liljamo feat: serve dns on tcp too a month ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}