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 18:43:33 +01:00

7 lines
141 B
JavaScript

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