Add lightbox
This commit is contained in:
parent
934deddec4
commit
fab4981508
10 changed files with 82 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue