Reactive-Resume/tailwind.config.js
2020-03-25 20:01:46 +05:30

10 lines
113 B
JavaScript

module.exports = {
theme: {
container: {
center: true,
},
},
variants: {},
plugins: [],
};