This repository has been archived on 2026-07-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
s3-client/frontend/postcss.config.js
T
2026-05-20 23:26:11 +01:00

7 lines
81 B
JavaScript

export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};