This repository has been archived on 2020-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
2020-03-05 04:10:52 +00:00
|
|
|
module.exports = {
|
|
|
|
theme: {
|
2020-03-08 00:58:32 +00:00
|
|
|
screens: {
|
|
|
|
'md': {'max': '767px'},
|
|
|
|
'lg': {'min': '768px'}
|
|
|
|
},
|
2020-03-05 04:10:52 +00:00
|
|
|
fontFamily: {
|
|
|
|
'vg5000': ['"VG5000-Regular"', 'sans'],
|
|
|
|
'playfair': ['"PlayfairDisplay Regular"', 'sans']
|
|
|
|
},
|
|
|
|
colors: {
|
|
|
|
CoconutCream: '#F2F6D5',
|
|
|
|
AuChico: '#996561',
|
|
|
|
Revolver: '#29102F'
|
|
|
|
},
|
|
|
|
extend: {}
|
|
|
|
},
|
|
|
|
variants: {},
|
|
|
|
plugins: []
|
2020-03-07 01:56:42 +00:00
|
|
|
};
|