DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 0ea20b4e37252798761c5d4442dc1e0641c86673 felu/tailwind.config.js -rw-r--r-- 127 bytes
0ea20b4eJonni Liljamo feat: apikey refreshing and eye toggle 10 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}