This repository has been archived on 2025-10-20. You can view files and clone it, but cannot push or open issues or pull requests.
Files
esp-projekt/postcss.config.js
2024-10-31 21:43:48 +01:00

7 lines
149 B
JavaScript

import tailwindcss from "npm:tailwindcss";
import autoprefixer from "npm:autoprefixer";
export default {
plugins: [tailwindcss, autoprefixer],
};