1
0
mirror of https://github.com/vercel/commerce.git synced 2025-05-30 13:06:58 +00:00
commerce/postcss.config.mjs
2024-10-15 22:07:55 -05:00

8 lines
131 B
JavaScript

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