DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 02d555983e1078a6d2d5d9e96a747f55e632e519 felu/tailwind.config.js -rw-r--r-- 127 bytes
02d55598Jonni Liljamo feat: sessions, login, default admin user 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}