refactor: convert Tailwind config to TypeScript

This commit is contained in:
Oliver Davies 2023-06-15 16:13:50 +01:00
parent 693b74f4a4
commit 906b34d21c
4 changed files with 47 additions and 42 deletions

View file

@ -15,7 +15,6 @@
"@astrojs/mdx": "^0.18.3",
"@astrojs/rss": "^2.3.2",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/tailwind": "^3.1.1",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/nesting": "^0.0.0-insiders.565cd3e",
@ -34,6 +33,7 @@
},
"devDependencies": {
"@types/lodash": "^4.14.191",
"autoprefixer": "^10.4.14",
"prettier": "^2.8.7",
"prettier-plugin-astro": "^0.8.0",
"rustywind": "^0.15.3"