page-assist/extension/postcss.config.js
2023-04-09 23:28:52 +05:30

9 lines
141 B
JavaScript

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