diff options
author | Mario <mario@mariovavti.com> | 2024-07-23 18:07:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-07-23 18:07:30 +0000 |
commit | 204d91c3c3c0c54b67ac3255a666038533b4fe85 (patch) | |
tree | fe95e05816b45e34dc942db6f1efdcf220269d77 /vendor/twbs/bootstrap-icons/docs/layouts/partials/stylesheet.html | |
parent | 39933052a9eb827afee3965509909ba314de5257 (diff) | |
download | volse-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.html | 12 |
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 }}"> |