DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 1e596cec12a5c40a210a67fd8106d84ee007b1bc felu/tailwind.config.js -rw-r--r-- 127 bytes
1e596cecJonni Liljamo feat: show users in a table 1 year, 29 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}