DEVELOPMENT ENVIRONMENT

~liljamo/felu

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