/** @type {import('tailwindcss').Config} */ module.exports = { content: ["./**/*.{html,js}"], theme: { extend: { // Custome code colors: { 'imenso-theme': '#243c5a', }, }, }, plugins: [], }