Files
pse.dev/postcss.config.js
Kalidou Diagne f841e16538 Setup Prettier to run on pre-commit (#274)
* Setup Prettier to run on pre-commit
2025-02-03 23:55:46 +00:00

9 lines
171 B
JavaScript

/** @type {import('postcss-load-config').Config} */
// eslint-disable-next-line no-undef
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}