fix: fix missing TailwindCSS dependency

fix #6
This commit is contained in:
satnaing
2022-11-02 21:52:54 +06:30
parent 82ec7171a9
commit e7807ab94e
2 changed files with 26 additions and 132 deletions
+2 -1
View File
@@ -19,7 +19,8 @@
"fuse.js": "^6.6.2",
"github-slugger": "^2.0.0",
"remark-collapse": "^0.1.2",
"remark-toc": "^8.0.1"
"remark-toc": "^8.0.1",
"tailwindcss": "^3.2.1"
},
"devDependencies": {
"@astrojs/react": "^1.2.2",