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