6e85917f73
Kids math practice (SL/EN) in a Vite React app, wrapped with Capacitor for Android (net.bit76.matematika). Includes session refactor, i18n, and text-free difficulty icons with translated overlays.
15 lines
215 B
JavaScript
15 lines
215 B
JavaScript
module.exports = {
|
|
content: [
|
|
'./index.html',
|
|
'./src/**/*.{js,jsx,ts,tsx}'
|
|
],
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
fredoka: ['Fredoka', 'sans-serif']
|
|
}
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|