asherfalcon.com/postcss.config.mjs
Asher 62e6776585
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m55s
Added docker-compose deploy post
2025-03-02 14:52:56 +00:00

10 lines
157 B
JavaScript

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