DEVELOPMENT ENVIRONMENT

~liljamo/tixe

ref: 98b2d44d6e1949ba64c8be88d22c94ffbed0cddc tixe/tailwind.config.js -rw-r--r-- 160 bytes
98b2d44dJonni Liljamo feat: whole page padding 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: [],
}