DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: cd02d545dc910ebcf43b3f88a3c40c4267879a21 tixe/tailwind.config.js -rw-r--r-- 160 bytes
cd02d545Jonni Liljamo feat: psql with (maybe) working migration system 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: [],
}