fix: tailwind common config (#2168)

This commit is contained in:
sriram veeraghanta
2023-09-13 12:50:04 +05:30
committed by GitHub
parent 4ce01ca4f8
commit e58b76c8a6
15 changed files with 258 additions and 458 deletions

View File

@@ -0,0 +1,10 @@
{
"name": "tailwind-config-custom",
"version": "0.0.1",
"description": "common tailwind configuration across monorepo",
"main": "index.js",
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"tailwindcss-animate": "^1.0.7"
}
}