This repository has been archived on 2025-12-24. You can view files and clone it, but cannot push or open issues or pull requests.
astro-shopify/postcss.config.js
2025-01-12 19:20:36 +01:00

7 lines
83 B
JavaScript

module.exports = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};