DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: cecbccc31b01b8db9a924c2852227e1cd2f246ae felu/tailwind.config.js -rw-r--r-- 127 bytes
cecbccc3Jonni Liljamo refactor: move more to handlers 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}