DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: ee225a41994dbb77d8a8e8565c9dbce7c4c9c7e0 felu/tailwind.config.js -rw-r--r-- 127 bytes
ee225a41Jonni Liljamo fix: set NS ttl 27 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}