DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 0221a5951f28eddb81d3bc69980467a7d6c5b3e8 felu/tailwind.config.js -rw-r--r-- 127 bytes
0221a595Jonni Liljamo feat: htmx and doctype 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}