/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./src/**/*.{html,js,jsx,ts,tsx}"], theme: { extend: { colors: { 'themeColor': '#58ACFA', }, }, }, plugins: [], };