mirror of
https://github.com/tiennm99/loto.git
synced 2026-05-31 22:17:40 +00:00
66aba2626f
Replace vanilla HTML/JS/CSS with Next.js App Router, TypeScript, and Tailwind CSS. Responsive design with dark mode support. All original game logic preserved: grid generation, click-to-cross, localStorage persistence.
8 lines
94 B
JavaScript
8 lines
94 B
JavaScript
const config = {
|
|
plugins: {
|
|
"@tailwindcss/postcss": {},
|
|
},
|
|
};
|
|
|
|
export default config;
|