Skip to content

Commit

Permalink
upgraded bootstrap version
Browse files Browse the repository at this point in the history
  • Loading branch information
Muneeb Mohammed committed Feb 7, 2025
1 parent f14302c commit 02a1869
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/buildpacks/assets/scss/_reboot.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
* Bootstrap Reboot v5.3.0(https://getbootstrap.com/)
* Copyright 2011-2018 The Bootstrap Authors
* Copyright 2011-2018 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
Expand Down
4 changes: 2 additions & 2 deletions themes/buildpacks/layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
{{ partial "meta.html" . }}

<script
src="https://cdn.jsdelivr.net/combine/npm/axios@0.21.0,npm/jquery@3.5.1,npm/bootstrap@4.5.3,npm/fullcalendar@5.4.0,npm/jquery-replacetext@1.1.0/replacetext.min.js"></script>
src="https://cdn.jsdelivr.net/combine/npm/axios@0.21.0,npm/jquery@3.5.1,npm/bootstrap@5.3.0,npm/fullcalendar@5.4.0,npm/jquery-replacetext@1.1.0/replacetext.min.js"></script>


<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.1/css/all.min.css"
crossorigin="anonymous">
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/combine/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css,npm/fullcalendar@5.4.0/main.min.css"
href="https://cdn.jsdelivr.net/combine/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css,npm/fullcalendar@5.4.0/main.min.css"
crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css?family=Fira+Mono|Source+Sans+Pro:400,400i,600" rel="stylesheet">
{{ $style := resources.Get "scss/site.scss" | toCSS }}
Expand Down

0 comments on commit 02a1869

Please sign in to comment.