DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 23fe5465b8a6ff35d33d749c5a059ee83f33e4f0 felu/tailwind.config.js -rw-r--r-- 127 bytes
23fe5465Jonni Liljamo fix: reorder dockerfile to cache templ install a month ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}