Skip to content

Commit

Permalink
Bumped min version.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusserstudios committed Sep 2, 2024
1 parent 4b6e70d commit 95d8dee
Show file tree
Hide file tree
Showing 4 changed files with 95 additions and 106 deletions.
21 changes: 5 additions & 16 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* assets */

/* ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/* ! tailwindcss v3.4.10 | MIT License | https://tailwindcss.com */

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
Expand Down Expand Up @@ -888,7 +888,6 @@ video {
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
width: 100%;
table-layout: auto;
text-align: start;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
Expand Down Expand Up @@ -931,6 +930,10 @@ video {
vertical-align: top;
}

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
text-align: start;
}

.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
Expand Down Expand Up @@ -2942,10 +2945,6 @@ video {
justify-content: space-between;
}

.gap-0 {
gap: 0px;
}

.gap-0\.5 {
gap: 0.125rem;
}
Expand Down Expand Up @@ -3170,11 +3169,6 @@ video {
padding-right: 2rem;
}

.py-0 {
padding-top: 0px;
padding-bottom: 0px;
}

.py-0\.5 {
padding-top: 0.125rem;
padding-bottom: 0.125rem;
Expand Down Expand Up @@ -4621,11 +4615,6 @@ EmojiSymbols;
justify-content: space-between;
}

.md\:px-1 {
padding-left: 0.25rem;
padding-right: 0.25rem;
}

.md\:px-1\.5 {
padding-left: 0.375rem;
padding-right: 0.375rem;
Expand Down
2 changes: 1 addition & 1 deletion hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,4 @@ privacy:
module:
hugoVersion:
extended: true
min: "0.104.0"
min: "0.114.0"
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"description": "Hugo + Alpine.js + TailwindCSS",
"main": "index.js",
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@tailwindcss/typography": "^0.5.15",
"alpinejs": "^3.14.1",
"autoprefixer": "^10.4.20",
"concurrently": "^8.2.2",
"postcss": "^8.4.40",
"postcss": "^8.4.44",
"postcss-cli": "^11.0.0",
"tailwindcss": "^3.4.7"
"tailwindcss": "^3.4.10"
},
"scripts": {
"start": "concurrently npm:watch:*",
Expand Down
Loading

0 comments on commit 95d8dee

Please sign in to comment.