Skip to content

Commit

Permalink
Merge pull request #1081 from gethinode/develop
Browse files Browse the repository at this point in the history
Simplify blockquote specification
  • Loading branch information
markdumay authored Aug 11, 2024
2 parents cc22f73 + 2322cdc commit 753b949
Show file tree
Hide file tree
Showing 2 changed files with 96 additions and 3 deletions.
5 changes: 4 additions & 1 deletion assets/scss/components/_blockquote.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
.blockquote {
// background: var(--bs-light);
border-left: 0.3rem solid;
border-color: $secondary;
padding: 1rem 1.5rem;
}

blockquote {
@extend .blockquote;
}
94 changes: 92 additions & 2 deletions hugo_stats.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,18 @@
"htmlElements": {
"tags": [
"a",
"blockquote",
"body",
"button",
"div",
"em",
"footer",
"form",
"h2",
"h3",
"h5",
"head",
"hr",
"html",
"img",
"input",
Expand All @@ -16,13 +22,15 @@
"link",
"meta",
"nav",
"noscript",
"ol",
"p",
"path",
"script",
"small",
"span",
"strong",
"sup",
"svg",
"title",
"ul"
Expand All @@ -32,21 +40,36 @@
"align-items-center",
"align-self-center",
"align-self-end",
"anchor",
"ball",
"bg-body",
"bg-body-tertiary",
"bg-opacity-10",
"bg-primary",
"blockquote",
"border",
"border-0",
"bottom-0",
"bottom-bar",
"breadcrumb",
"breadcrumb-item",
"btn",
"btn-close",
"btn-outline-secondary",
"btn-primary",
"btn-social",
"card",
"card-body",
"card-body-link",
"card-text",
"card-title",
"card-zoom",
"checkbox",
"col",
"col-12",
"col-6",
"col-lg-2",
"col-lg-8",
"col-md-2",
"col-md-3",
"col-md-4",
Expand All @@ -57,9 +80,13 @@
"collapsed",
"container-fluid",
"container-xxl",
"d-block",
"d-flex",
"d-grid",
"d-inline",
"d-lg-block",
"d-md-block",
"d-md-none",
"d-none",
"display-1",
"display-4",
Expand All @@ -71,36 +98,58 @@
"fa-book-open",
"fa-ellipsis",
"fa-face-frown",
"fa-facebook",
"fa-fw",
"fa-github",
"fa-link",
"fa-linkedin",
"fa-medium",
"fa-moon",
"fa-share-nodes",
"fa-sort",
"fa-sun",
"fa-whatsapp",
"fa-x-twitter",
"fab",
"fas",
"fixed-top",
"flex-column",
"flex-fill",
"footer",
"footnote-backref",
"footnote-ref",
"footnotes",
"form-control",
"fs-3",
"fs-5",
"fs-6",
"fs-lg-5",
"fw-30",
"fw-bold",
"g-4",
"gap-1",
"gap-2",
"h-100",
"h6",
"heading",
"hstack",
"img-fluid",
"img-wrap",
"invisible",
"is-search",
"justify-content-between",
"justify-content-center",
"justify-content-end",
"justify-content-start",
"label",
"lead",
"link-bg-footer",
"link-secondary",
"main-content",
"main-nav-toggler",
"mb-3",
"mb-5",
"mb-lg-5",
"me-auto",
"middle-bar",
"min-vh-100",
Expand All @@ -111,7 +160,9 @@
"mt-5",
"mx-auto",
"mx-md-0",
"my-2",
"my-auto",
"my-md-0",
"my-md-auto",
"nav-item",
"nav-link",
Expand All @@ -123,22 +174,30 @@
"navbar-fixed-top",
"navbar-mode-selector",
"navbar-nav",
"navbar-nav-scroll",
"navbar-toggler",
"no-js",
"offcanvas",
"offcanvas-body",
"offcanvas-header",
"offcanvas-start",
"offcanvas-title",
"order-0",
"order-1",
"order-md-0",
"order-md-1",
"p-0",
"p-1",
"p-2",
"p-3",
"p-4",
"pb-2",
"pb-4",
"pb-5",
"pb-md-0",
"position-fixed",
"position-relative",
"ps-1",
"pt-4",
"pt-5",
"pt-md-3",
"px-4",
Expand All @@ -148,32 +207,63 @@
"row",
"row-cols-1",
"row-cols-2",
"row-cols-lg-3",
"row-cols-md-2",
"row-cols-md-3",
"row-cols-sm-2",
"row-cols-sm-3",
"search",
"search-input",
"search-suggestions",
"shadow",
"sidebar-overflow",
"sticky-top",
"stretched-link",
"svg-inline--fa",
"text-body",
"text-body-secondary",
"text-center",
"text-decoration-none",
"text-end",
"text-muted",
"text-secondary",
"text-sm-start",
"text-start",
"text-uppercase",
"toast",
"toast-body",
"toast-container",
"toast-header",
"toc",
"toc-button",
"toc-panel",
"toc-sidebar",
"toggler-icon",
"top-bar"
],
"ids": [
"TableOfContents",
"blogs",
"btn-webshare",
"fn:1",
"fn:2",
"fnref:1",
"fnref:2",
"navbar-0-collapse",
"navbar-mode",
"navbar-mode-checkbox",
"offcanvas-label",
"offcanvass-sidebar",
"reference",
"reference-1",
"simple",
"simple-1",
"toast-container",
"toast-copied-code-message"
"toast-copied-code-message",
"toast-message-email-4",
"toc-collapse",
"with-attribute",
"without-attribute"
]
}
}

0 comments on commit 753b949

Please sign in to comment.