chore: sync tailwind config for web & super codebase

This commit is contained in:
Aman Harwara
2023-01-11 16:51:18 +05:30
parent afa1954de0
commit 2e7302e3c1
2 changed files with 5 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
module.exports = {
presets: [require('../web/tailwind.config.js')],
// ...
}