Skip to content

Commit

Permalink
Update PostCSS
Browse files Browse the repository at this point in the history
Co-authored-by: Tom O'Dwyer <[email protected]>
  • Loading branch information
iaindillingham and tomodwyer committed Jan 18, 2024
1 parent fe52f34 commit 7d8bb88
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 55 deletions.
67 changes: 13 additions & 54 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@
"build": "vite build",
"serve": "vite preview"
},
"overrides": {
"postcss": "^8.4.33"
},
"dependencies": {
"@tailwindcss/typography": "^0.4.1",
"tailwindcss": "^2.2.7"
},
"devDependencies": {
"autoprefixer": "^10.3.1",
"cssnano": "^5.0.7",
"postcss": "^8.4.31",
"postcss": "^8.4.33",
"postcss-color-rgba-fallback": "^4.0.0",
"purgecss": "^4.0.3",
"sass": "^1.37.5",
Expand Down

0 comments on commit 7d8bb88

Please sign in to comment.