Add lightbox
Some checks failed
/ Run tests (push) Successful in 1m51s
/ Run system tests (push) Failing after 3m5s
/ Build, push and deploy image (push) Successful in 3m30s

This commit is contained in:
david 2024-11-13 00:26:07 +01:00
parent 934deddec4
commit fab4981508
10 changed files with 82 additions and 14 deletions

View file

@ -28,13 +28,8 @@ $enable-rounded: false;
@import 'bootstrap/scss/bootstrap';
@font-face {
font-display: block;
font-family: "bootstrap-icons";
src: url("./bootstrap-icons.woff2") format("woff2"),
url("./bootstrap-icons.woff") format("woff");
}
$lg-path-images: "";
$bootstrap-icons-font-dir: "";
@import 'bootstrap-icons/font/bootstrap-icons';
@ -52,6 +47,9 @@ $enable-rounded: false;
@import "trix/dist/trix";
$lg-path-fonts: "";
@import "lightgallery/scss/lightgallery";
/*
* Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
* the trix-editor content (whether displayed or under editing). Feel free to incorporate this