mirror of
https://github.com/bakateam/merakiui.git
synced 2025-12-08 22:53:24 +00:00
17 lines
315 B
JavaScript
17 lines
315 B
JavaScript
module.exports = {
|
|
purge: ["./src/**/*.vue"],
|
|
theme: {
|
|
extend: {
|
|
fontFamily: {
|
|
roboto: ["Roboto"],
|
|
},
|
|
spacing: {
|
|
"96": "24rem",
|
|
"112": "28rem",
|
|
},
|
|
},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
};
|