Updated hugo.yaml to use goldmark.
This commit is contained in:
parent
051faf708e
commit
77a83949c9
|
@ -2405,6 +2405,10 @@ video {
|
|||
margin-right: -0.75rem;
|
||||
}
|
||||
|
||||
.-mr-40 {
|
||||
margin-right: -10rem;
|
||||
}
|
||||
|
||||
.-mt-72 {
|
||||
margin-top: -18rem;
|
||||
}
|
||||
|
@ -2465,10 +2469,6 @@ video {
|
|||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.-mr-40 {
|
||||
margin-right: -10rem;
|
||||
}
|
||||
|
||||
.block {
|
||||
display: block;
|
||||
}
|
||||
|
@ -2541,22 +2541,6 @@ video {
|
|||
max-height: 3rem;
|
||||
}
|
||||
|
||||
.min-h-full {
|
||||
min-height: 100%;
|
||||
}
|
||||
|
||||
.min-h-\[\] {
|
||||
min-height: ;
|
||||
}
|
||||
|
||||
.min-h-\[120\] {
|
||||
min-height: 120;
|
||||
}
|
||||
|
||||
.min-h-\[120rem\] {
|
||||
min-height: 120rem;
|
||||
}
|
||||
|
||||
.w-0 {
|
||||
width: 0px;
|
||||
}
|
||||
|
@ -2597,32 +2581,10 @@ video {
|
|||
width: 100vw;
|
||||
}
|
||||
|
||||
.w-auto {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.w-fit {
|
||||
width: -moz-fit-content;
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
.min-w-0 {
|
||||
min-width: 0px;
|
||||
}
|
||||
|
||||
.min-w-max {
|
||||
min-width: -moz-max-content;
|
||||
min-width: max-content;
|
||||
}
|
||||
|
||||
.min-w-\[\] {
|
||||
min-width: ;
|
||||
}
|
||||
|
||||
.min-w-\[60rem\] {
|
||||
min-width: 60rem;
|
||||
}
|
||||
|
||||
.max-w-2xl {
|
||||
max-width: 42rem;
|
||||
}
|
||||
|
@ -2823,6 +2785,11 @@ video {
|
|||
border-radius: 0.375rem;
|
||||
}
|
||||
|
||||
.rounded-l-3xl {
|
||||
border-top-left-radius: 1.5rem;
|
||||
border-bottom-left-radius: 1.5rem;
|
||||
}
|
||||
|
||||
.rounded-r-3xl {
|
||||
border-top-right-radius: 1.5rem;
|
||||
border-bottom-right-radius: 1.5rem;
|
||||
|
@ -2833,11 +2800,6 @@ video {
|
|||
border-top-right-radius: 0.5rem;
|
||||
}
|
||||
|
||||
.rounded-l-3xl {
|
||||
border-top-left-radius: 1.5rem;
|
||||
border-bottom-left-radius: 1.5rem;
|
||||
}
|
||||
|
||||
.border {
|
||||
border-width: 1px;
|
||||
}
|
||||
|
@ -3070,6 +3032,10 @@ video {
|
|||
padding-bottom: 2.5rem;
|
||||
}
|
||||
|
||||
.pb-12 {
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
|
||||
.pb-16 {
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
|
@ -3082,8 +3048,8 @@ video {
|
|||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.pb-6 {
|
||||
padding-bottom: 1.5rem;
|
||||
.pl-4 {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.pr-2 {
|
||||
|
@ -3114,18 +3080,6 @@ video {
|
|||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
.pl-4 {
|
||||
padding-left: 1rem;
|
||||
}
|
||||
|
||||
.pb-12 {
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
|
||||
.pt-9 {
|
||||
padding-top: 2.25rem;
|
||||
}
|
||||
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -3231,18 +3185,6 @@ video {
|
|||
line-height: 1;
|
||||
}
|
||||
|
||||
.leading-normal {
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
.leading-loose {
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
.leading-tight {
|
||||
line-height: 1.25;
|
||||
}
|
||||
|
||||
.tracking-tight {
|
||||
letter-spacing: -0.025em;
|
||||
}
|
||||
|
@ -4277,14 +4219,14 @@ EmojiSymbols;
|
|||
margin-top: 0px;
|
||||
}
|
||||
|
||||
.sm\:mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.sm\:mt-12 {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.sm\:mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.sm\:block {
|
||||
display: block;
|
||||
}
|
||||
|
@ -4365,29 +4307,6 @@ EmojiSymbols;
|
|||
font-size: 1.25rem;
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.sm\:text-5xl {
|
||||
font-size: 3rem;
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
.sm\:text-2xl {
|
||||
font-size: 1.5rem;
|
||||
line-height: 2rem;
|
||||
}
|
||||
|
||||
.sm\:text-3xl {
|
||||
font-size: 1.875rem;
|
||||
line-height: 2.25rem;
|
||||
}
|
||||
|
||||
.sm\:text-\[2\.5rem\] {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
|
||||
.sm\:text-\[\] {
|
||||
color: ;
|
||||
}
|
||||
}
|
||||
|
||||
@media (min-width: 768px) {
|
||||
|
@ -4415,6 +4334,10 @@ EmojiSymbols;
|
|||
margin-top: 3rem;
|
||||
}
|
||||
|
||||
.md\:mt-16 {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
.md\:mt-5 {
|
||||
margin-top: 1.25rem;
|
||||
}
|
||||
|
@ -4423,14 +4346,6 @@ EmojiSymbols;
|
|||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.md\:mt-9 {
|
||||
margin-top: 2.25rem;
|
||||
}
|
||||
|
||||
.md\:mt-16 {
|
||||
margin-top: 4rem;
|
||||
}
|
||||
|
||||
.md\:inline {
|
||||
display: inline;
|
||||
}
|
||||
|
@ -4519,16 +4434,16 @@ EmojiSymbols;
|
|||
padding-right: 1.5rem;
|
||||
}
|
||||
|
||||
.md\:py-4 {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.md\:py-12 {
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
|
||||
.md\:py-4 {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
}
|
||||
|
||||
.md\:pb-0 {
|
||||
padding-bottom: 0px;
|
||||
}
|
||||
|
@ -4545,14 +4460,6 @@ EmojiSymbols;
|
|||
padding-top: 6rem;
|
||||
}
|
||||
|
||||
.md\:pt-8 {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
.md\:pt-9 {
|
||||
padding-top: 2.25rem;
|
||||
}
|
||||
|
||||
.md\:text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
@ -4595,6 +4502,10 @@ EmojiSymbols;
|
|||
left: 0px;
|
||||
}
|
||||
|
||||
.lg\:left-80 {
|
||||
left: 20rem;
|
||||
}
|
||||
|
||||
.lg\:left-auto {
|
||||
left: auto;
|
||||
}
|
||||
|
@ -4607,18 +4518,10 @@ EmojiSymbols;
|
|||
right: 18rem;
|
||||
}
|
||||
|
||||
.lg\:right-auto {
|
||||
right: auto;
|
||||
}
|
||||
|
||||
.lg\:top-12 {
|
||||
top: 3rem;
|
||||
}
|
||||
|
||||
.lg\:left-80 {
|
||||
left: 20rem;
|
||||
}
|
||||
|
||||
.lg\:m-0 {
|
||||
margin: 0px;
|
||||
}
|
||||
|
@ -4657,30 +4560,22 @@ EmojiSymbols;
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.lg\:h-auto {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.lg\:w-1\/2 {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.lg\:w-screen {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.lg\:w-auto {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.lg\:w-96 {
|
||||
width: 24rem;
|
||||
}
|
||||
|
||||
.lg\:w-full {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.lg\:w-screen {
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.lg\:max-w-7xl {
|
||||
max-width: 80rem;
|
||||
}
|
||||
|
@ -4689,22 +4584,6 @@ EmojiSymbols;
|
|||
max-width: none;
|
||||
}
|
||||
|
||||
.lg\:max-w-3xl {
|
||||
max-width: 48rem;
|
||||
}
|
||||
|
||||
.lg\:max-w-lg {
|
||||
max-width: 32rem;
|
||||
}
|
||||
|
||||
.lg\:max-w-2xl {
|
||||
max-width: 42rem;
|
||||
}
|
||||
|
||||
.lg\:max-w-4xl {
|
||||
max-width: 56rem;
|
||||
}
|
||||
|
||||
.lg\:grid-cols-12 {
|
||||
grid-template-columns: repeat(12, minmax(0, 1fr));
|
||||
}
|
||||
|
@ -4738,11 +4617,6 @@ EmojiSymbols;
|
|||
padding-right: 0px;
|
||||
}
|
||||
|
||||
.lg\:px-20 {
|
||||
padding-left: 5rem;
|
||||
padding-right: 5rem;
|
||||
}
|
||||
|
||||
.lg\:px-6 {
|
||||
padding-left: 1.5rem;
|
||||
padding-right: 1.5rem;
|
||||
|
@ -4776,6 +4650,10 @@ EmojiSymbols;
|
|||
padding-bottom: 6rem;
|
||||
}
|
||||
|
||||
.lg\:pl-12 {
|
||||
padding-left: 3rem;
|
||||
}
|
||||
|
||||
.lg\:pt-12 {
|
||||
padding-top: 3rem;
|
||||
}
|
||||
|
@ -4784,10 +4662,6 @@ EmojiSymbols;
|
|||
padding-top: 5rem;
|
||||
}
|
||||
|
||||
.lg\:pl-12 {
|
||||
padding-left: 3rem;
|
||||
}
|
||||
|
||||
.lg\:text-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue