Skip to content

Commit

Permalink
updated: bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiIgna committed Jun 25, 2023
1 parent b432538 commit 853baee
Show file tree
Hide file tree
Showing 6 changed files with 534 additions and 1,884 deletions.
2 changes: 1 addition & 1 deletion dist/layered.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/layered.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/layered.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap v5.1.0 (https://getbootstrap.com/)
* Copyright 2011-2021 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Bootstrap v5.3.0 (https://getbootstrap.com/)
* Copyright 2011-2023 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
2,406 changes: 527 additions & 1,879 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@layered/layered-design",
"version": "1.5.6",
"version": "1.5.7",
"description": "Layered design system, based on Bootstrap",
"style": "dist/layered.css",
"sass": "src/layered.scss",
Expand Down
2 changes: 2 additions & 0 deletions src/layered.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// Bootstrap Configuration
@import "bootstrap/scss/functions";
@import "bootstrap/scss/variables";
@import "bootstrap/scss/variables-dark";

$info: $blue;

Expand All @@ -17,6 +18,7 @@ $spacers: map-merge($spacers, (
6: $spacer * 4,
));

@import "bootstrap/scss/maps";
@import "bootstrap/scss/mixins";
@import "bootstrap/scss/utilities";

Expand Down

0 comments on commit 853baee

Please sign in to comment.