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