mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-09 23:15:35 +00:00
Prettified Code!
This commit is contained in:
committed by
GitHub Action
parent
cc4c6a445e
commit
48941bd470
@@ -1,17 +1,15 @@
|
||||
module.exports = {
|
||||
purge: [
|
||||
'./src/**/*.vue',
|
||||
],
|
||||
purge: ["./src/**/*.vue"],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
roboto: ['Roboto'],
|
||||
roboto: ["Roboto"],
|
||||
},
|
||||
spacing: {
|
||||
'96': '24rem',
|
||||
"96": "24rem",
|
||||
},
|
||||
},
|
||||
},
|
||||
variants: {},
|
||||
plugins: [],
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user