aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/twbs/bootstrap-icons/docs/layouts/partials/stylesheet.html
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-07-23 18:07:30 +0000
committerMario <mario@mariovavti.com>2024-07-23 18:07:30 +0000
commit204d91c3c3c0c54b67ac3255a666038533b4fe85 (patch)
treefe95e05816b45e34dc942db6f1efdcf220269d77 /vendor/twbs/bootstrap-icons/docs/layouts/partials/stylesheet.html
parent39933052a9eb827afee3965509909ba314de5257 (diff)
downloadvolse-hubzilla-204d91c3c3c0c54b67ac3255a666038533b4fe85.tar.gz
volse-hubzilla-204d91c3c3c0c54b67ac3255a666038533b4fe85.tar.bz2
volse-hubzilla-204d91c3c3c0c54b67ac3255a666038533b4fe85.zip
this will be a longer journey - we will start to use bootstrap icons now since forkawesome is dead
Diffstat (limited to 'vendor/twbs/bootstrap-icons/docs/layouts/partials/stylesheet.html')
-rw-r--r--vendor/twbs/bootstrap-icons/docs/layouts/partials/stylesheet.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/twbs/bootstrap-icons/docs/layouts/partials/stylesheet.html b/vendor/twbs/bootstrap-icons/docs/layouts/partials/stylesheet.html
new file mode 100644
index 000000000..2502e1b5e
--- /dev/null
+++ b/vendor/twbs/bootstrap-icons/docs/layouts/partials/stylesheet.html
@@ -0,0 +1,12 @@
+<link rel="stylesheet" href="/assets/font/bootstrap-icons.min.css">
+
+{{- $sassOptions := dict "targetPath" "assets/css/docs.css" "precision" 6 -}}
+{{- $postcssOptions := dict "use" "autoprefixer" "noMap" true -}}
+
+{{- if eq hugo.Environment "production" -}}
+ {{- $sassOptions = merge $sassOptions (dict "outputStyle" "compressed") -}}
+{{- end -}}
+
+{{- $style := resources.Get "scss/docs.scss" | toCSS $sassOptions | postCSS $postcssOptions -}}
+
+<link rel="stylesheet" href="{{ $style.Permalink | relURL }}">