Reactive-Resume/tailwind.config.js

10 lines
113 B
JavaScript
Raw Normal View History

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