DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 2112dcec54a6f0b79a209472790d207c6cabec0b felu/tailwind.config.js -rw-r--r-- 127 bytes
2112dcecJonni Liljamo feat(components): ignore *_templ.go 5 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}