This repository has been archived on 2021-12-13. You can view files and clone it, but cannot push or open issues or pull requests.
|
module.exports = {
|
|
darkMode: 'class',
|
|
future: {},
|
|
purge: [],
|
|
theme: {
|
|
fontFamily: {
|
|
'sans': ['Inter', 'sans-serif'],
|
|
},
|
|
extend: {
|
|
colors: {
|
|
'primary': '#4c1d95'
|
|
},
|
|
},
|
|
},
|
|
plugins: [],
|
|
}
|