Skip to content

Commit

Permalink
bootswatch 3.3.7 -> 3.4.1 相当へ更新
Browse files Browse the repository at this point in the history
色設定等の書き換えを残すため、オリジナルの差分のみ適用した
  • Loading branch information
koi-chan committed Nov 25, 2024
1 parent f0cff90 commit bcd5353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions app/assets/stylesheets/_bootswatch.scss
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
// Flatly 3.3.7
// Flatly 3.4.1 + cre
// Bootswatch
// -----------------------------------------------------

$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700" !default;
@import url($web-font-path);
$web-font-path: "https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700&display=swap" !default;
@if $web-font-path {
@import url($web-font-path);
}

// Navbar =====================================================================

Expand Down
2 changes: 1 addition & 1 deletion app/assets/stylesheets/_variables.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$bootstrap-sass-asset-helper: false !default;
// Flatly 3.3.7
// Flatly 3.4.1 + cre
// Variables
// --------------------------------------------------

Expand Down

0 comments on commit bcd5353

Please sign in to comment.