This repository has been archived on 2025-10-29. You can view files and clone it, but cannot push or open issues or pull requests.
craft-and-harvest/postcss.config.mjs

6 lines
81 B
JavaScript

const config = {
plugins: ["@tailwindcss/postcss"],
};
export default config;