DEVELOPMENT ENVIRONMENT

~liljamo/felu

ref: 244dcf05fff049e184c9bdc5c5cd8004764c90db felu/tailwind.config.js -rw-r--r-- 127 bytes
244dcf05Jonni Liljamo feat: setup tailwind 11 months ago
                                                                                
1
2
3
4
5
6
7
8
/** @type {import('tailwindcss').Config} */
module.exports = {
  content: ["./**/*.templ"],
  theme: {
    extend: {},
  },
}