1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 07:19:36 +02:00

Add Tailwind CSS and update layout and page styles

This commit is contained in:
Sean Morley 2024-03-30 21:00:12 +00:00
parent 510d6b5238
commit 9ee5d67ab6
11 changed files with 1255 additions and 84 deletions

6
postcss.config.js Normal file
View file

@ -0,0 +1,6 @@
export default {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
}