Utilities for controlling background gradients.
export default {
theme: {
extend: {
backgroundImage: theme => ({
'hero-pattern': 'url(\'/img/hero-pattern.svg\')',
'footer-texture': 'url(\'/img/footer-texture.png\')',
}),
},
},
}