/** @type {import('tailwindcss').Config} */ module.exports = { content: [], theme: { extend: { colors: { primary: '#3794B5', secondary: '#4bacef', }, gridTemplateColumns: { 'desktoplayout': '14rem 1fr' }, gridTemplateRows: { 'desktoplayout': '3rem 1fr' } }, }, plugins: [], }