Skip to content

Commit 6feff68

Browse files
committed
chore(themes): update subproject commit reference
* updated the subproject commit from 4e83241 to d8ad86c * ensures the latest changes are included in the themes directory Signed-off-by: Charles Chin <eallion.s+github@gmail.com>
1 parent 57411fc commit 6feff68

6 files changed

Lines changed: 385 additions & 434 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Setup Hugo
4040
uses: peaceiris/actions-hugo@v3
4141
with:
42-
hugo-version: '0.154.5'
42+
hugo-version: '0.157.0'
4343
extended: false
4444

4545
- name: Cache Hugo Resources

assets/css/main.css

Lines changed: 35 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
1+
/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
22
@layer properties;
33
@layer theme, base, components, utilities;
44
@layer theme {
@@ -326,11 +326,20 @@
326326
.inset-x-0 {
327327
inset-inline: calc(var(--spacing) * 0);
328328
}
329+
.start {
330+
inset-inline-start: var(--spacing);
331+
}
332+
.end {
333+
inset-inline-end: var(--spacing);
334+
}
329335
.top-0 {
330336
top: calc(var(--spacing) * 0);
331337
}
332338
.top-1\/2 {
333-
top: calc(1/2 * 100%);
339+
top: calc(1 / 2 * 100%);
340+
}
341+
.top-4 {
342+
top: calc(var(--spacing) * 4);
334343
}
335344
.top-6 {
336345
top: calc(var(--spacing) * 6);
@@ -345,7 +354,7 @@
345354
right: calc(var(--spacing) * 0);
346355
}
347356
.right-1\/4 {
348-
right: calc(1/4 * 100%);
357+
right: calc(1 / 4 * 100%);
349358
}
350359
.right-3 {
351360
right: calc(var(--spacing) * 3);
@@ -378,7 +387,7 @@
378387
left: calc(var(--spacing) * 1);
379388
}
380389
.left-1\/2 {
381-
left: calc(1/2 * 100%);
390+
left: calc(1 / 2 * 100%);
382391
}
383392
.left-2 {
384393
left: calc(var(--spacing) * 2);
@@ -1093,16 +1102,16 @@
10931102
height: calc(var(--spacing) * 0);
10941103
}
10951104
.h-1\/2 {
1096-
height: calc(1/2 * 100%);
1105+
height: calc(1 / 2 * 100%);
10971106
}
10981107
.h-2\/3 {
1099-
height: calc(2/3 * 100%);
1108+
height: calc(2 / 3 * 100%);
11001109
}
11011110
.h-3\.5 {
11021111
height: calc(var(--spacing) * 3.5);
11031112
}
11041113
.h-3\/4 {
1105-
height: calc(3/4 * 100%);
1114+
height: calc(3 / 4 * 100%);
11061115
}
11071116
.h-4 {
11081117
height: calc(var(--spacing) * 4);
@@ -1177,13 +1186,13 @@
11771186
width: calc(var(--spacing) * 1);
11781187
}
11791188
.w-1\/2 {
1180-
width: calc(1/2 * 100%);
1189+
width: calc(1 / 2 * 100%);
11811190
}
11821191
.w-1\/3 {
1183-
width: calc(1/3 * 100%);
1192+
width: calc(1 / 3 * 100%);
11841193
}
11851194
.w-2\/3 {
1186-
width: calc(2/3 * 100%);
1195+
width: calc(2 / 3 * 100%);
11871196
}
11881197
.w-3\.5 {
11891198
width: calc(var(--spacing) * 3.5);
@@ -1207,7 +1216,7 @@
12071216
width: calc(var(--spacing) * 10);
12081217
}
12091218
.w-11\/12 {
1210-
width: calc(11/12 * 100%);
1219+
width: calc(11 / 12 * 100%);
12111220
}
12121221
.w-12 {
12131222
width: calc(var(--spacing) * 12);
@@ -1258,16 +1267,16 @@
12581267
width: 1px;
12591268
}
12601269
.max-w-1\/3 {
1261-
max-width: calc(1/3 * 100%);
1270+
max-width: calc(1 / 3 * 100%);
12621271
}
12631272
.max-w-2\/5 {
1264-
max-width: calc(2/5 * 100%);
1273+
max-width: calc(2 / 5 * 100%);
12651274
}
12661275
.max-w-3\/5 {
1267-
max-width: calc(3/5 * 100%);
1276+
max-width: calc(3 / 5 * 100%);
12681277
}
12691278
.max-w-3\/12 {
1270-
max-width: calc(3/12 * 100%);
1279+
max-width: calc(3 / 12 * 100%);
12711280
}
12721281
.max-w-3xl {
12731282
max-width: var(--container-3xl);
@@ -1276,7 +1285,7 @@
12761285
max-width: var(--container-4xl);
12771286
}
12781287
.max-w-6\/12 {
1279-
max-width: calc(6/12 * 100%);
1288+
max-width: calc(6 / 12 * 100%);
12801289
}
12811290
.max-w-7xl {
12821291
max-width: var(--container-7xl);
@@ -1324,24 +1333,24 @@
13241333
flex-grow: 1;
13251334
}
13261335
.basis-1\/2 {
1327-
flex-basis: calc(1/2 * 100%);
1336+
flex-basis: calc(1 / 2 * 100%);
13281337
}
13291338
.basis-1\/3 {
1330-
flex-basis: calc(1/3 * 100%);
1339+
flex-basis: calc(1 / 3 * 100%);
13311340
}
13321341
.basis-2\/3 {
1333-
flex-basis: calc(2/3 * 100%);
1342+
flex-basis: calc(2 / 3 * 100%);
13341343
}
13351344
.translate-x-1\/2 {
1336-
--tw-translate-x: calc(1/2 * 100%);
1345+
--tw-translate-x: calc(1 / 2 * 100%);
13371346
translate: var(--tw-translate-x) var(--tw-translate-y);
13381347
}
13391348
.-translate-y-1\.5 {
13401349
--tw-translate-y: calc(var(--spacing) * -1.5);
13411350
translate: var(--tw-translate-x) var(--tw-translate-y);
13421351
}
13431352
.-translate-y-1\/2 {
1344-
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
1353+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
13451354
translate: var(--tw-translate-x) var(--tw-translate-y);
13461355
}
13471356
.scale-95 {
@@ -3024,17 +3033,17 @@
30243033
}
30253034
.md\:w-1\/5 {
30263035
@media (width >= 48rem) {
3027-
width: calc(1/5 * 100%);
3036+
width: calc(1 / 5 * 100%);
30283037
}
30293038
}
30303039
.md\:w-2\/5 {
30313040
@media (width >= 48rem) {
3032-
width: calc(2/5 * 100%);
3041+
width: calc(2 / 5 * 100%);
30333042
}
30343043
}
30353044
.md\:w-3\/5 {
30363045
@media (width >= 48rem) {
3037-
width: calc(3/5 * 100%);
3046+
width: calc(3 / 5 * 100%);
30383047
}
30393048
}
30403049
.md\:w-8 {
@@ -3509,12 +3518,12 @@
35093518
}
35103519
.lg\:w-2\/5 {
35113520
@media (width >= 64rem) {
3512-
width: calc(2/5 * 100%);
3521+
width: calc(2 / 5 * 100%);
35133522
}
35143523
}
35153524
.lg\:w-3\/5 {
35163525
@media (width >= 64rem) {
3517-
width: calc(3/5 * 100%);
3526+
width: calc(3 / 5 * 100%);
35183527
}
35193528
}
35203529
.lg\:w-auto {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -67,22 +67,22 @@
6767
},
6868
"homepage": "https://github.com/eallion/eallion.com#readme",
6969
"dependencies": {
70-
"@tailwindcss/cli": "^4.1.17",
71-
"@tailwindcss/postcss": "^4.1.17",
70+
"@tailwindcss/cli": "^4.2.1",
71+
"@tailwindcss/postcss": "^4.2.1",
7272
"@tailwindcss/typography": "^0.5.19",
73-
"axios": "^1.13.2",
73+
"axios": "^1.13.6",
7474
"cross-env": "^7.0.3",
75-
"dotenv": "^17.2.3",
75+
"dotenv": "^17.3.1",
7676
"glob": "^11.1.0",
7777
"gray-matter": "^4.0.3",
7878
"husky": "^9.1.7",
7979
"js-yaml": "^4.1.1",
8080
"npm-run-all": "^4.1.5",
8181
"open-cli": "^8.0.0",
8282
"pagefind": "^1.4.0",
83-
"postcss": "^8.5.6",
83+
"postcss": "^8.5.8",
8484
"postcss-cli": "^11.0.1",
85-
"rimraf": "^6.1.2",
86-
"tailwindcss": "^4.1.17"
85+
"rimraf": "^6.1.3",
86+
"tailwindcss": "^4.2.1"
8787
}
8888
}

0 commit comments

Comments
 (0)