DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 26f0389c0378d6e648048933d385e19265cde2c2 felu/tailwind.config.js -rw-r--r-- 127 bytes
26f0389cJonni Liljamo docs(notice): update copyright year 8 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}