slash-e/extension/postcss.config.js
2023-08-08 08:20:01 +08:00

11 lines
165 B
JavaScript

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