DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: f170db189de21b9b69611a12b4865f8f207859b1 felu/tailwind.config.js -rw-r--r-- 127 bytes
f170db18Jonni Liljamo docs: fix doc about dots in domain pattern 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}