page-assist/postcss.config.js
2024-02-01 13:40:44 +05:30

9 lines
141 B
JavaScript

/**
* @type {import('postcss').ProcessOptions}
*/
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {}
}
}