DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 718ba8a948df3e8990e393575be4c667c339e459 felu/tailwind.config.js -rw-r--r-- 127 bytes
718ba8a9Jonni Liljamo feat: don't allow full stops in domains 1 year, 25 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}