DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 274ac5771394ba4aec10dd768851ad76cd2ac429 felu/tailwind.config.js -rw-r--r-- 127 bytes
274ac577Jonni Liljamo feat: check that domains are only ascii letters and numbers 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}