ToDo_App_Vue/tailwind.config.js
2024-04-08 23:54:20 +02:00

16 lines
245 B
JavaScript

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