DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 536e2fa1e10e5eae8f9cd864071903a51525529c felu/tailwind.config.js -rw-r--r-- 127 bytes
536e2fa1Jonni Liljamo fix: api key query param in update docs 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}