DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 03e1ef14c6712edfee4571e26d654a77b4cc990b felu/tailwind.config.js -rw-r--r-- 127 bytes
03e1ef14Jonni Liljamo chore: update Dockerfile images a month ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}