DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 6b83684da956b580c5c32129848a1ff66f42e0c6 felu/tailwind.config.js -rw-r--r-- 127 bytes
6b83684dJonni Liljamo docs: add README.md 1 year, 28 days ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}