DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: bd08cb2f99c537aab74cacccd8c6be402b85af74 felu/tailwind.config.js -rw-r--r-- 127 bytes
bd08cb2fJonni Liljamo feat: AcmeChallenge field for domains 21 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}