DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 21812453f65234c90990bd07cc02539b5a1ee249 felu/tailwind.config.js -rw-r--r-- 127 bytes
21812453Jonni Liljamo feat: api endpoint to update a record 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}