Files
social-media/tailwind.config.js
PascalMarchesseault 8266833a5f First Commit
2024-02-25 21:57:15 -05:00

16 lines
219 B
JavaScript

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