DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: b18df3242416fc5b3c8dbb909f9d63b3c04b4738 felu/tailwind.config.js -rw-r--r-- 127 bytes
b18df324Jonni Liljamo feat: add tailwind language server to flake 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}