updating docs

This commit is contained in:
João Moura
2024-02-03 22:43:09 -08:00
parent 20c729f0d6
commit fd53df53cd
76 changed files with 2064 additions and 711 deletions

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

@@ -0,0 +1,3 @@
module.exports = {
plugins: [require('tailwindcss'), require('autoprefixer')]
}