1
0
Fork 0

feat: add og app (boilerplate)

This commit is contained in:
Vojtěch Mareš 2023-10-07 11:21:17 +02:00
parent 7ebe33a52a
commit db47579536
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D
14 changed files with 202 additions and 14 deletions

View file

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