DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 3fbe48b21546afc78d5ebaa1b5dee715a1dc1eca felu/tailwind.config.js -rw-r--r-- 127 bytes
3fbe48b2Jonni Liljamo chore: add some dependencies 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}