Ghost/apps/comments-ui/tailwind.config.js
2022-07-05 10:15:12 +02:00

9 lines
135 B
JavaScript

module.exports = {
content: [
'./src/**/*.{js,jsx,ts,tsx}'
],
theme: {
extend: {}
},
plugins: []
};