DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 645152b4671efab8a5ea16cdbbe364d5a387d173 felu/tailwind.config.js -rw-r--r-- 127 bytes
645152b4Jonni Liljamo feat: users table, change domains table 1 year, 1 month ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}