mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 07:03:24 +00:00
wip
This commit is contained in:
@@ -1,7 +1,18 @@
|
||||
module.exports = {
|
||||
purge: [],
|
||||
theme: {
|
||||
extend: {},
|
||||
extend: {
|
||||
fontFamily: {
|
||||
inter: [
|
||||
'Inter'
|
||||
],
|
||||
},
|
||||
spacing: {
|
||||
'7': '1.75rem',
|
||||
'9': '2.25rem',
|
||||
'96': '24rem',
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user