Skip to content

Instantly share code, notes, and snippets.

@cristofersousa
Created February 23, 2021 14:43
Show Gist options
  • Save cristofersousa/6629c04fcfcc9abeaa60807f6b6870a4 to your computer and use it in GitHub Desktop.
Save cristofersousa/6629c04fcfcc9abeaa60807f6b6870a4 to your computer and use it in GitHub Desktop.
file-example-spotify-config
module.exports = {
purge: [],
darkMode: false, // or 'media' or 'class'
theme: {
extend: {
spacing: {
'14': '3.5rem',
'125px': '125px',
},
colors: {
'hoverspt': '#18D760',
'purple-main': '#2D46B9',
'green-main': '#1ED760'
},
backgroundImage: theme => ({
'spotify-theme': "url('../img/bursts.svg')",
'spotify-theme-mobile': "url('../img/bursts-mobile.svg')"
}),
backgroundSize: {
'175%': '175%',
'195%': '195%',
},
backgroundPosition: {
'banner': '46% 4%',
'banner-mobile': 'top 25% center'
},
fontSize: {
'9xl': '9rem'
},
},
},
variants: {
extend: {},
},
plugins: [],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment