DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 8c173e8fb830f8f08d656e0d6b8ad6d48c74dd1d felu/tailwind.config.js -rw-r--r-- 127 bytes
8c173e8fJonni Liljamo feat: manual updating of A records 10 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}