Files
retake.fr/postcss.config.mjs
l-nmch 30a8bd8e2d
All checks were successful
Docker Build and Push for Main Branch / docker (push) Successful in 38m45s
first commit
2026-03-20 23:35:16 +01:00

9 lines
135 B
JavaScript

/** @type {import('postcss-load-config').Config} */
const config = {
plugins: {
tailwindcss: {},
},
};
export default config;