refactor: tidy up tailwind configs

- add tailwind to all apps
- share tailwind themes and stuff
This commit is contained in:
Kim, Jimin 2023-07-02 10:56:12 +09:00
parent cc507ad257
commit 002fb4bea7
10 changed files with 173 additions and 142 deletions

View file

@ -2,7 +2,10 @@
"name": "@developomp-site/tailwind-config",
"version": "0.0.0",
"private": true,
"main": "index.js",
"main": "tailwind.config.js",
"files": [
"tailwind.config.js"
],
"scripts": {
"clean": "rm -rf node_modules"
},