module.exports = { content: [ "./src/**/*.{js,jsx,ts,tsx}", ], theme: { extend: { colors: { 'buffer-blue': '#1E40AF', }, }, }, plugins: [], }