Skip to content

Commit

Permalink
added autoprefixer in config
Browse files Browse the repository at this point in the history
  • Loading branch information
ofluffydev committed Jul 31, 2024
1 parent f8f7d64 commit 0e08857
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 2 deletions.
143 changes: 143 additions & 0 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
},
"dependencies": {
"@radix-ui/react-slot": "^1.1.0",
"autoprefixer": "^10.4.19",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.408.0",
Expand Down
1 change: 1 addition & 0 deletions postcss.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
const config = {
plugins: {
tailwindcss: {},
autoprefixer: {},
},
};

Expand Down
4 changes: 2 additions & 2 deletions src/app/services/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function Services() {
}, {
name: "Large Format Printing", description: "Oversized prints for exhibitions, signage, and decor."
}, {
name: "Video Services", description: "Basic video recording and editing for events and promotions."
name: "Video Services", description: "Video editing for events and promotions."
}, {
name: "Custom Projects", description: "Tailored photography and printing solutions for unique requests."
}]}
Expand All @@ -106,7 +106,7 @@ export default function Services() {
}, {
name: "Brand Photography", description: "Custom photography to showcase your brand and products."
}, {
name: "Event Coverage", description: "Photography and videography for corporate events and functions."
name: "Event Coverage", description: "Photography for corporate events and functions."
}]}
/>

Expand Down

0 comments on commit 0e08857

Please sign in to comment.