summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-12-12 15:24:06 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-12-12 15:24:06 +0000
commitf3524e7e94fb68df8eb87c4a22a8e2976699833b (patch)
tree36e2546f6159f3bf6e39af842c4c57f7ec65d67d /build
parentReleasing debian version 1.9.1+dfsg-1. (diff)
downloadbootstrap-icons-f3524e7e94fb68df8eb87c4a22a8e2976699833b.tar.xz
bootstrap-icons-f3524e7e94fb68df8eb87c4a22a8e2976699833b.zip
Merging upstream version 1.10.2+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'build')
-rw-r--r--build/font/html.hbs53
-rw-r--r--build/font/scss.hbs2
2 files changed, 1 insertions, 54 deletions
diff --git a/build/font/html.hbs b/build/font/html.hbs
deleted file mode 100644
index 0639a3a..0000000
--- a/build/font/html.hbs
+++ /dev/null
@@ -1,53 +0,0 @@
-<!doctype html>
-<html lang="en">
-<head>
- <meta charset="utf-8">
- <title>{{ name }}</title>
-
- <style>
- .icons {
- display: grid;
- max-width: 100%;
- grid-template-columns: repeat(auto-fit, minmax(100px, 1fr) );
- gap: 1.25rem;
- }
- .icon {
- background-color: var(--bs-light);
- border-radius: .25rem;
- }
- .bi {
- margin: .25rem;
- font-size: 2.5rem;
- }
- .label {
- font-family: var(--bs-font-monospace);
- }
- .label {
- display: inline-block;
- width: 100%;
- overflow: hidden;
- padding: .25rem;
- font-size: .625rem;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- </style>
-
- <link rel="stylesheet" href="/assets/css/bootstrap.min.css">
- <link rel="stylesheet" href="{{ name }}.css">
-</head>
-<body class="text-center">
-
- <h1>{{ name }}</h1>
-
- <div class="icons">
- {{# each assets }}
- <div class="icon">
- <{{ ../tag }} class="{{ ../prefix }} {{ ../prefix }}-{{ @key }}"></{{ ../tag }}>
- <div class="label">{{ @key }}</div>
- </div>
- {{/ each }}
- </div>
-
-</body>
-</html>
diff --git a/build/font/scss.hbs b/build/font/scss.hbs
index eb67a50..2e64754 100644
--- a/build/font/scss.hbs
+++ b/build/font/scss.hbs
@@ -1,7 +1,7 @@
${{ name }}-font: "{{ name }}" !default;
${{ name }}-font-dir: "{{ fontsUrl }}" !default;
${{ name }}-font-file: #{${{ name }}-font-dir}/#{${{ name }}-font} !default;
-${{ name }}-font-hash: "8d200481aa7f02a2d63a331fc782cfaf" !default;
+${{ name }}-font-hash: "28df46889dced875dea48cfe64755198" !default;
${{ name }}-font-src: url("#{${{ name }}-font-file}.woff2?#{${{ name }}-font-hash}") format("woff2"), url("#{${{ name }}-font-file}.woff?#{${{ name }}-font-hash}") format("woff") !default;
@font-face {