4chan-XZ/postcss.config.js
2023-05-11 00:28:47 +02:00

8 lines
106 B
JavaScript

/* eslint-disable no-undef */
module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}