slash-e/frontend/extension/postcss.config.js
2023-08-23 09:13:42 +08:00

11 lines
165 B
JavaScript

/* eslint-disable no-undef */
/**
* @type {import('postcss').ProcessOptions}
*/
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};