Skip to content

Commit

Permalink
Merge branch 'main' into feature-signup
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaettasch authored Mar 15, 2023
2 parents d66c6cc + 8b84d7e commit bd1f63f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,6 @@
// Bootswatch


// Variables ===================================================================

$web-font-path: "https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap" !default;
@if $web-font-path {
@import url($web-font-path);
}

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

.navbar {
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Django==4.1.2
django-bootstrap4==22.2
Django==4.1.7
django-betterforms==2.0.0
django-compressor==4.1
django-bootstrap4==22.3
django-compressor==4.3.1
django-htmlmin==0.11.0
django-libsass==0.9

0 comments on commit bd1f63f

Please sign in to comment.