DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: 9024ccc11e6acdd0e6c9e3f5d9f3944c0541445c tixe/tailwind.config.js -rw-r--r-- 160 bytes
9024ccc1Jonni Liljamo feat: docker compose deployment 1 year, 3 months ago
                                                                                
1
2
3
4
5
6
7
8
9
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./template/templates/**/*.tmpl"],
  theme: {
    extend: {},
  },
  plugins: [],
}