DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: 74704273fd1bc8626d272a67682748940e4ac164 tixe/tailwind.config.js -rw-r--r-- 160 bytes
74704273Jonni Liljamo docs: license 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: [],
}