pint/postcss.config.js
deepsource-autofix[bot] e36fa870c5
Format code with prettier
2022-08-03 02:09:40 +00:00

6 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};