Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/icons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layouts/partials/stylesheet.html')
-rw-r--r--docs/layouts/partials/stylesheet.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/layouts/partials/stylesheet.html b/docs/layouts/partials/stylesheet.html
new file mode 100644
index 000000000..442547196
--- /dev/null
+++ b/docs/layouts/partials/stylesheet.html
@@ -0,0 +1,5 @@
+<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"> -->
+<link rel="stylesheet" href="https://twbs-bootstrap.netlify.com/docs/4.3/dist/css/bootstrap.min.css">
+{{- $sassOptions := (dict "targetPath" "assets/css/docs.css" "outputStyle" "compressed" "enableSourceMap" true) }}
+{{- $style := resources.Get "scss/docs.scss" | toCSS $sassOptions | postCSS | fingerprint }}
+<link rel="stylesheet" href="{{ $style.Permalink | relURL }}">