This commit is contained in:
khatabwedaa
2020-05-04 01:52:21 +02:00
parent 731da992c7
commit 7aae017d69
6 changed files with 51 additions and 4 deletions

View File

@@ -1,7 +1,18 @@
module.exports = {
purge: [],
theme: {
extend: {},
extend: {
fontFamily: {
inter: [
'Inter'
],
},
spacing: {
'7': '1.75rem',
'9': '2.25rem',
'96': '24rem',
},
},
},
variants: {},
plugins: [],