From c4600723e8dbf9bcb9210988bf1650032ba07379 Mon Sep 17 00:00:00 2001 From: tfsumon Date: Sun, 28 Jul 2024 13:09:44 +0600 Subject: [PATCH 1/2] update(dep): upgraded packages --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5875f43..29b72e0 100755 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "jshint-stylish": "^2.2.1", "postcss": "^8.4.38", "prettier": "^3.2.5", - "prettier-plugin-tailwindcss": "^0.5.13", + "prettier-plugin-tailwindcss": "^0.6.5", "sass": "^1.75.0", "tailwind-bootstrap-grid": "^5.1.0", "tailwindcss": "^3.4.3" From 6e9f38c8a51cdb9346718020012d3cf5addda16f Mon Sep 17 00:00:00 2001 From: tfsumon Date: Sun, 28 Jul 2024 13:20:17 +0600 Subject: [PATCH 2/2] enhance(ui): improved header dropdown menu layout --- package.json | 2 +- src/partials/header.html | 14 ++++++++------ src/scripts/main.js | 11 +++++++++++ src/styles/buttons.scss | 2 +- src/styles/navigation.scss | 35 +++++++++++++++++++++++++++++++++-- 5 files changed, 54 insertions(+), 10 deletions(-) diff --git a/package.json b/package.json index 29b72e0..e94837c 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "themeplate", - "version": "3.1.1", + "version": "3.2.0", "description": "Gulp and Tailwindcss boilerplate for creating HTML templates", "author": "Zeon Studio", "license": "MIT", diff --git a/src/partials/header.html b/src/partials/header.html index 4f52f0a..68ecd03 100755 --- a/src/partials/header.html +++ b/src/partials/header.html @@ -54,14 +54,16 @@