pint/postcss.config.js
deepsource-autofix[bot] 3c81d3edec
Format code with prettier
This commit fixes the style issues introduced in 6da9a22 according to the output
from prettier.

Details: https://deepsource.io/gh/fuwaa/pint/transform/e78e9d22-587c-4b5c-86f7-bd6f31068114/
2022-07-16 05:41:22 +00:00

6 lines
83 B
JavaScript

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