DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 6f7f908bca0b8619e9e251a23738d27df57c4d82 felu/tailwind.config.js -rw-r--r-- 127 bytes
6f7f908bJonni Liljamo feat: log unsupported Opcodes a month ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}