tiptap/demos/postcss.config.js

7 lines
82 B
JavaScript
Raw Normal View History

2021-09-30 17:43:51 +08:00
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
2021-08-25 17:52:20 +08:00
}