feat(frontend): add crew related movies/shows to person details page
This commit is contained in:
@@ -5,6 +5,9 @@ module.exports = {
|
||||
purge: ['./src/pages/**/*.{ts,tsx}', './src/components/**/*.{ts,tsx}'],
|
||||
theme: {
|
||||
extend: {
|
||||
transitionProperty: {
|
||||
'max-height': 'max-height',
|
||||
},
|
||||
fontFamily: {
|
||||
sans: ['Inter var', ...defaultTheme.fontFamily.sans],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user