DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 827c9e5e3e60167ac28806524074b2fb5cc74188 felu/tailwind.config.js -rw-r--r-- 127 bytes
827c9e5eJonni Liljamo feat: APIUrl include protocol 21 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}