DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: b3145b78a91402b369218a9e95a90b968a0d01c1 felu/tailwind.config.js -rw-r--r-- 127 bytes
b3145b78Jonni Liljamo fix: templ generate after copy 21 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}