DEVELOPMENT ENVIRONMENT

~liljamo/felu

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