DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: d2a556d1cc463afad68f93a22c613261ba4c167c felu/tailwind.config.js -rw-r--r-- 127 bytes
d2a556d1Jonni Liljamo refactor: directory layout 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}