DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 3824bb8b8e8cf7ac220d88d850f66b8d16ded26c felu/tailwind.config.js -rw-r--r-- 127 bytes
3824bb8bJonni Liljamo fix: log error on migration fail a month ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}