This commit is contained in:
Gregor Schulte
2023-03-29 10:11:51 +02:00
commit c1abe6ae1e
91 changed files with 6785 additions and 0 deletions

5
postcss.config.js Normal file
View File

@@ -0,0 +1,5 @@
module.exports = {
plugins: {
autoprefixer: {},
},
}