primera subida al repo TESS
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
/** @type {import('tailwindcss').Config} */
|
||||
export default {
|
||||
content: [
|
||||
'./index.html', // Incluye tu archivo HTML principal
|
||||
'./src/**/*.{js,jsx,ts,tsx}', // Analiza todos los archivos de tu carpeta `src`
|
||||
],
|
||||
theme: {
|
||||
|
||||
|
||||
|
||||
extend: {
|
||||
// Aquí puedes personalizar el tema (colores, fuentes, etc.)
|
||||
colors: {
|
||||
|
||||
'blue': '#4242EE',
|
||||
},
|
||||
},
|
||||
|
||||
},
|
||||
plugins: [],
|
||||
};
|
||||
Reference in New Issue
Block a user