raffle-me-that/frontend/tailwind.config.js
Norman Köhring 08dbc5ded5 chore: prepare for new version
* update frontend packages
* fix typescript issues
* split backend and frontend
* prepare zig based backend
2023-09-26 15:03:41 +02:00

8 lines
167 B
JavaScript

/** @type {import('tailwindcss').Config} */
module.exports = {
content: ['./index.html', './src/**/*.{vue,js,ts}'],
theme: {
extend: {},
},
plugins: [],
}