DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 1e9940e51a03c3ea1ff1568570770deb1ce68a0d felu/tailwind.config.js -rw-r--r-- 127 bytes
1e9940e5Jonni Liljamo feat: temporary docs on the manage page 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}