DEVELOPMENT ENVIRONMENT

~liljamo/felu

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