DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: 682697574cadf92b9bc415efd901c48c8b1ca106 tixe/tailwind.config.js -rw-r--r-- 160 bytes
68269757Jonni Liljamo docs: engine.go miniflux inspiration notice 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: [],
}