mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
10 lines
113 B
JavaScript
10 lines
113 B
JavaScript
module.exports = {
|
|
theme: {
|
|
container: {
|
|
center: true,
|
|
},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
};
|