DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 4cc201cfbe1a08effccb004717557dca061178de felu/tailwind.config.js -rw-r--r-- 127 bytes
4cc201cfJonni Liljamo feat: bind to non-normal port in dev run 6 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}