mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2024-12-22 20:46:01 +08:00
10 lines
113 B
JavaScript
10 lines
113 B
JavaScript
module.exports = {
|
|
theme: {
|
|
container: {
|
|
center: true,
|
|
},
|
|
},
|
|
variants: {},
|
|
plugins: [],
|
|
};
|