mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-10 15:35:34 +00:00
Adding purge css
This commit is contained in:
@@ -1,19 +1,21 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
purge: [],
|
purge: [
|
||||||
theme: {
|
'./src/**/*.vue',
|
||||||
extend: {
|
],
|
||||||
fontFamily: {
|
theme: {
|
||||||
inter: [
|
extend: {
|
||||||
'Inter'
|
fontFamily: {
|
||||||
],
|
inter: [
|
||||||
},
|
'Inter'
|
||||||
spacing: {
|
],
|
||||||
'7': '1.75rem',
|
},
|
||||||
'9': '2.25rem',
|
spacing: {
|
||||||
'96': '24rem',
|
'7': '1.75rem',
|
||||||
},
|
'9': '2.25rem',
|
||||||
|
'96': '24rem',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
},
|
variants: {},
|
||||||
variants: {},
|
plugins: [],
|
||||||
plugins: [],
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user