readest / apps /readest-app /postcss.config.mjs
dlxj
init
4e1096a
raw
history blame contribute delete
157 Bytes
/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};
export default config;