DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: 33b6fe905a8eda8f4347db7e7464000a7c799067 tixe/tailwind.config.js -rw-r--r-- 160 bytes
33b6fe90Jonni Liljamo feat: config 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: [],
}