Skip to content

Commit

Permalink
📦 deps: pin macaron version
Browse files Browse the repository at this point in the history
  • Loading branch information
fawni committed Apr 12, 2024
1 parent 2538375 commit 6605fff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/layout/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito&display=swap" >
<link rel="stylesheet" href="https://unpkg.com/@csstools/normalize.css" />
<link rel="stylesheet" href="https://unpkg.com/sakura.css/css/sakura-vader.css">
<link rel="stylesheet" href="https://unpkg.com/@twinking/macaron/dist/macaron.css">
<link rel="stylesheet" href="https://unpkg.com/@twinking/macaron@0.1.5/dist/macaron.css">

<script src="https://unpkg.com/@twinking/macaron/dist/macaron.js" type="text/javascript"></script>
<script src="https://unpkg.com/@twinking/macaron@0.1.5/dist/macaron.js" type="text/javascript"></script>

<style>
:root{
Expand Down

0 comments on commit 6605fff

Please sign in to comment.