Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolaRHristov committed Jan 27, 2025
1 parent 0bb6854 commit 77c4490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
"@playform/inline": "0.1.1",
"@tailwindcss/aspect-ratio": "0.4.2",
"@tailwindcss/forms": "0.5.10",
"@tailwindcss/postcss": "4.0.0",
"@tailwindcss/typography": "0.5.16",
"astro": "5.1.9",
"astro-capo": "0.0.1",
Expand All @@ -44,7 +43,7 @@
"postcss-combine-media-query": "1.0.1",
"postcss-reporter": "7.1.0",
"postcss-url": "10.1.3",
"tailwindcss": "4.0.0",
"tailwindcss": "3.4.17",
"typescript": "5.7.3",
"zod": "3.24.1"
},
Expand Down
1 change: 1 addition & 0 deletions postcss.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
// @ts-nocheck
module.exports = {
plugins: [
require("postcss-import"),
require("postcss-url"),
require("@tailwindcss/postcss"),
require("postcss-combine-media-query"),
Expand Down

0 comments on commit 77c4490

Please sign in to comment.