-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #69 from itk-dev/feature/KUNST-72-update-assets
feature/KUNST 72 update assets
- Loading branch information
Showing
28 changed files
with
4,192 additions
and
6,530 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
// @see https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.jsonc | ||
// MD013/line-length - Line length | ||
"MD013": { | ||
// Exclude code blocks | ||
"code_blocks": false | ||
} | ||
} | ||
|
||
// Local Variables: | ||
// mode: json | ||
// End: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,50 @@ | ||
// Custom bootstrap variables | ||
@import 'custom-variables'; | ||
|
||
// Bootstrap configuration | ||
// Configuration | ||
@import '~bootstrap/scss/functions'; | ||
@import '~bootstrap/scss/variables'; | ||
@import '~bootstrap/scss/variables-dark'; | ||
@import '~bootstrap/scss/maps'; | ||
@import '~bootstrap/scss/mixins'; | ||
@import '~bootstrap/scss/utilities'; | ||
|
||
// Layout & components | ||
@import '~bootstrap/scss/root'; | ||
@import '~bootstrap/scss/reboot'; | ||
@import '~bootstrap/scss/type'; | ||
// @import '~bootstrap/scss/images'; | ||
// @import '~bootstrap/scss/code'; | ||
@import '~bootstrap/scss/images'; | ||
@import '~bootstrap/scss/containers'; | ||
@import '~bootstrap/scss/grid'; | ||
// @import '~bootstrap/scss/tables'; | ||
// @import '~bootstrap/scss/forms'; | ||
// @import '~bootstrap/scss/buttons'; | ||
// @import '~bootstrap/scss/transitions'; | ||
// @import '~bootstrap/scss/dropdown'; | ||
// @import '~bootstrap/scss/button-group'; | ||
// @import '~bootstrap/scss/input-group'; | ||
// @import '~bootstrap/scss/custom-forms'; | ||
@import '~bootstrap/scss/tables'; | ||
@import '~bootstrap/scss/forms'; | ||
@import '~bootstrap/scss/buttons'; | ||
@import '~bootstrap/scss/transitions'; | ||
@import '~bootstrap/scss/dropdown'; | ||
@import '~bootstrap/scss/button-group'; | ||
@import '~bootstrap/scss/nav'; | ||
@import '~bootstrap/scss/navbar'; | ||
// @import '~bootstrap/scss/card'; | ||
// @import '~bootstrap/scss/breadcrumb'; | ||
// @import '~bootstrap/scss/pagination'; | ||
// @import '~bootstrap/scss/badge'; | ||
// @import '~bootstrap/scss/jumbotron'; | ||
// @import '~bootstrap/scss/alert'; | ||
// @import '~bootstrap/scss/progress'; | ||
// @import '~bootstrap/scss/media'; | ||
// @import '~bootstrap/scss/list-group'; | ||
// @import '~bootstrap/scss/close'; | ||
// @import '~bootstrap/scss/toasts'; | ||
// @import '~bootstrap/scss/modal'; | ||
// @import '~bootstrap/scss/tooltip'; | ||
// @import '~bootstrap/scss/popover'; | ||
// @import '~bootstrap/scss/carousel'; | ||
// @import '~bootstrap/scss/spinners'; | ||
@import '~bootstrap/scss/utilities'; | ||
@import '~bootstrap/scss/print'; | ||
@import '~bootstrap/scss/card'; | ||
@import '~bootstrap/scss/accordion'; | ||
@import '~bootstrap/scss/breadcrumb'; | ||
@import '~bootstrap/scss/pagination'; | ||
@import '~bootstrap/scss/badge'; | ||
@import '~bootstrap/scss/alert'; | ||
@import '~bootstrap/scss/progress'; | ||
@import '~bootstrap/scss/list-group'; | ||
@import '~bootstrap/scss/close'; | ||
@import '~bootstrap/scss/toasts'; | ||
@import '~bootstrap/scss/modal'; | ||
@import '~bootstrap/scss/tooltip'; | ||
@import '~bootstrap/scss/popover'; | ||
@import '~bootstrap/scss/carousel'; | ||
@import '~bootstrap/scss/spinners'; | ||
@import '~bootstrap/scss/offcanvas'; | ||
@import '~bootstrap/scss/placeholders'; | ||
|
||
// Helpers | ||
@import '~bootstrap/scss/helpers'; | ||
|
||
// Utilities | ||
@import '~bootstrap/scss/utilities/api'; | ||
// scss-docs-end import-stack |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ services: | |
- PHP_MEMORY_LIMIT=512M | ||
|
||
node: | ||
image: node:14 | ||
image: node:18 | ||
profiles: | ||
- dev | ||
networks: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.