Remove unused images and background configurations from the project

- Deleted multiple unused SVG and PNG images from the public/images directory, including brand and country assets.
- Removed background image and content configurations from the Tailwind CSS configuration file to streamline the project.
This commit is contained in:
AmirReza Jamali
2026-04-13 07:52:52 +03:30
parent 598e723752
commit 44c87e094d
94 changed files with 0 additions and 855 deletions
-6
View File
@@ -266,12 +266,6 @@ const config: Config = {
"4/3": "4 / 3",
"21/9": "21 / 9",
},
backgroundImage: {
video: "url('../images/video/video.png')",
},
content: {
"icon-copy": 'url("../images/icon/icon-copy-alt.svg")',
},
transitionProperty: { width: "width", stroke: "stroke" },
borderWidth: {
6: "6px",