From f3b4308cb59bf4b21ff186f8479c82239446d139 Mon Sep 17 00:00:00 2001 From: Mario Date: Mon, 7 Jun 2021 12:56:27 +0200 Subject: upgrade to bootstrap 5.0.1 and first batch of fixes --- vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html') diff --git a/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html b/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html index 8013e6f9d..83b30f452 100644 --- a/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html +++ b/vendor/twbs/bootstrap/site/layouts/partials/stylesheet.html @@ -1,15 +1,14 @@ {{- "" | safeHTML }} {{ if eq hugo.Environment "production" -}} +{{ if eq .Page.Params.direction "rtl" -}} + +{{- else -}} +{{- end -}} {{- else -}} - + {{- end }} -{{ if (or (eq .Page.Layout "docs") (eq .Page.Layout "single")) -}} -{{- "" | safeHTML }} - -{{- end -}} - {{- if (ne .Page.Layout "examples") }} {{- $targetDocsCssPath := printf "/docs/%s/assets/css/docs.css" .Site.Params.docs_version -}} {{- $sassOptions := dict "targetPath" $targetDocsCssPath "outputStyle" "expanded" "precision" 6 -}} -- cgit v1.2.3