diff --git a/assets/css/compiled/main.css b/assets/css/compiled/main.css index b5edfbd..75eeff1 100644 --- a/assets/css/compiled/main.css +++ b/assets/css/compiled/main.css @@ -606,7 +606,7 @@ video { list-style-type: decimal; margin-top: 1.25em; margin-bottom: 1.25em; - padding-inline-start: 1.625em; + padding-left: 1.625em; } .prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) { @@ -649,7 +649,7 @@ video { list-style-type: disc; margin-top: 1.25em; margin-bottom: 1.25em; - padding-inline-start: 1.625em; + padding-left: 1.625em; } .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker { @@ -678,12 +678,12 @@ video { font-weight: 500; font-style: italic; color: var(--tw-prose-quotes); - border-inline-start-width: 0.25rem; - border-inline-start-color: var(--tw-prose-quote-borders); + border-left-width: 0.25rem; + border-left-color: var(--tw-prose-quote-borders); quotes: "\201C""\201D""\2018""\2019"; margin-top: 1.6em; margin-bottom: 1.6em; - padding-inline-start: 1em; + padding-left: 1em; } .prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before { @@ -773,9 +773,9 @@ video { font-size: 0.9rem; border-radius: 0.25rem; padding-top: 0.1875em; - padding-inline-end: 0.375em; + padding-right: 0.375em; padding-bottom: 0.1875em; - padding-inline-start: 0.375em; + padding-left: 0.375em; background-color: #e5e7eb; padding: 0.1rem 0.4rem; } @@ -835,9 +835,9 @@ video { margin-bottom: 1.7142857em; border-radius: 0.375rem; padding-top: 0.8571429em; - padding-inline-end: 1.1428571em; + padding-right: 1.1428571em; padding-bottom: 0.8571429em; - padding-inline-start: 1.1428571em; + padding-left: 1.1428571em; } .prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) { @@ -863,7 +863,7 @@ video { .prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) { width: 100%; table-layout: auto; - text-align: start; + text-align: left; margin-top: 2em; margin-bottom: 2em; font-size: 0.875em; @@ -879,9 +879,9 @@ video { color: var(--tw-prose-headings); font-weight: 600; vertical-align: bottom; - padding-inline-end: 0.5714286em; + padding-right: 0.5714286em; padding-bottom: 0.5714286em; - padding-inline-start: 0.5714286em; + padding-left: 0.5714286em; } .prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) { @@ -970,11 +970,11 @@ video { } .prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-start: 0.375em; + padding-left: 0.375em; } .prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-start: 0.375em; + padding-left: 0.375em; } .prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) { @@ -982,19 +982,19 @@ video { margin-bottom: 0.75em; } -.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { +.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 1.25em; } -.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { +.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-bottom: 1.25em; } -.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { +.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 1.25em; } -.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { +.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-bottom: 1.25em; } @@ -1010,7 +1010,7 @@ video { .prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) { margin-top: 0.5em; - padding-inline-start: 1.625em; + padding-left: 1.625em; } .prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) { @@ -1030,26 +1030,26 @@ video { } .prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-start: 0; + padding-left: 0; } .prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-end: 0; + padding-right: 0; } .prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) { padding-top: 0.5714286em; - padding-inline-end: 0.5714286em; + padding-right: 0.5714286em; padding-bottom: 0.5714286em; - padding-inline-start: 0.5714286em; + padding-left: 0.5714286em; } .prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-start: 0; + padding-left: 0; } .prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) { - padding-inline-end: 0; + padding-right: 0; } .prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) { diff --git a/package-lock.json b/package-lock.json index 971eda7..b76a633 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,16 +1,16 @@ { "name": "hugo-lynx-theme", - "version": "1.3.1", + "version": "1.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hugo-lynx-theme", - "version": "1.3.1", + "version": "1.4.0", "license": "MIT", "devDependencies": { "@tailwindcss/typography": "^0.5.11", - "prettier": "^3.2.5", + "prettier": "^3.9.1", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.5.14", "tailwindcss": "^3.4.3" @@ -807,9 +807,9 @@ "dev": true }, "node_modules/prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz", + "integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==", "dev": true, "bin": { "prettier": "bin/prettier.cjs" @@ -1740,9 +1740,9 @@ "dev": true }, "prettier": { - "version": "3.2.5", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.2.5.tgz", - "integrity": "sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==", + "version": "3.9.1", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.1.tgz", + "integrity": "sha512-ppiDo2CSwexck1eyZUwJHg/N3nf1+6IRCv7W/VJ5vaLnVCmB7+3CdRfMwoCHBBX6xTrREDTksZ4OZl5SSf4zXA==", "dev": true }, "prettier-plugin-go-template": { diff --git a/package.json b/package.json index b043f31..478850e 100644 --- a/package.json +++ b/package.json @@ -26,7 +26,7 @@ "homepage": "https://github.com/jpanther/lynx#readme", "devDependencies": { "@tailwindcss/typography": "^0.5.11", - "prettier": "^3.2.5", + "prettier": "^3.9.1", "prettier-plugin-go-template": "^0.0.15", "prettier-plugin-tailwindcss": "^0.5.14", "tailwindcss": "^3.4.3"