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.cjs
2024-10-31 19:36:49 +01:00

9 lines
97 B
JavaScript

module.exports = {
plugins: {
/*
tailwindcss: {},
autoprefixer: {},
*/
},
}