Logo
Explore Help
Sign In
fyah/mao1
1
0
Fork 0
You've already forked mao1
Code Issues Pull Requests Actions Packages Projects 1 Releases Wiki Activity
Files
1d459b14e742f27ff767fc7dd95561206601956c
mao1/Elec/tailwind.config.js

12 lines
195 B
JavaScript
Raw Normal View History

fix: use @tailwindcss/postcss for Tailwind v4 compatibility Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:24:17 +08:00
/** @type {import('tailwindcss').Config} */
export default {
content: [
"./src/renderer/index.html",
fix: restructure Elec to match electron-vite expected layout - Move index.html to src/renderer/ (electron-vite hard requirement) - Flatten React source to src/ (main.tsx, App.tsx, components/) - Remove debug red background - Use @tailwindcss/postcss plugin Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:31:38 +08:00
"./src/**/*.{js,ts,jsx,tsx}",
fix: use @tailwindcss/postcss for Tailwind v4 compatibility Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-09 11:24:17 +08:00
],
theme: {
extend: {},
},
plugins: [],
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 25.4.3 Page: 47ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API