raffle-me-that/tailwind.config.js
Norman Köhring 1645b3be50 initial
2023-01-04 11:26:59 +01:00

8 lines
167 B
JavaScript

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