Ghost/apps/comments-ui/tailwind.config.js

9 lines
135 B
JavaScript
Raw Normal View History

2022-07-05 11:15:12 +03:00
module.exports = {
content: [
'./src/**/*.{js,jsx,ts,tsx}'
],
theme: {
extend: {}
},
plugins: []
};