DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 334e135c39e1243fe670e822739f8548db63933e felu/tailwind.config.js -rw-r--r-- 127 bytes
334e135cJonni Liljamo feat: indicator in logger for if frontend or backend 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}