import tailwindAspectRatio from '@tailwindcss/aspect-ratio' module.exports = { config: { plugins: [tailwindAspectRatio], }, theme: { extend: { colors: { brandbright: '#ca4e8d', branddark: '#83398c', }, }, }, }