DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: d42a0dff662231910094626e5595a9980affa260 felu/tailwind.config.js -rw-r--r-- 127 bytes
d42a0dffJonni Liljamo fix: don't fetch apikey in all domains 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}