module.exports = { content: ['./development/resources/public/**/*.{html,js}'], theme: { extend: { backgroundImage: { 'hero-developer': "url('/img/dev-02.png')", }, colors: { 'tps-text': '#000000', background: '#f7f7f7', 'tps-background': '#f7f7f7', 'tps-primary': '#7ebc72', primary: '#7ebc72', 'tps-secondary': '#e0e0e0', secondary: '#e0e0e0', 'tps-accent': '#7a7a7a', }, }, }, plugins: [], }