refactor: update configuration files to use ES module syntax and integrate Tailwind CSS

This commit is contained in:
2026-05-04 20:13:20 -03:00
committed by hueso
parent 98c6e04a16
commit 4469ccb30a
4 changed files with 6 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
content: ["./index.html", "./src/**/*.{js,ts,jsx,tsx}", "./src/**/*.vue"],
theme: {
extend: {},