m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-13 07:33:48 -05:00

Add documentation

This commit is contained in:
Sergio
2024-07-17 14:28:49 +03:00
parent 0fac554fae
commit a822a616be
27 changed files with 4767 additions and 0 deletions

6
docs/postcss.config.js Normal file
View File

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