Skip to content

Commit

Permalink
Move tailwind styles to a local stylesheet
Browse files Browse the repository at this point in the history
  • Loading branch information
Bubka committed Nov 25, 2024
1 parent 4c14586 commit 435e0ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 19 deletions.
2 changes: 2 additions & 0 deletions public/healthcheck.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 1 addition & 19 deletions resources/views/health.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">

<title>{{ config('app.name', 'Laravel') }}</title>

<!-- Fonts -->
<link rel="preconnect" href="https://fonts.bunny.net">
<link href="https://fonts.bunny.net/css?family=figtree:400,600&display=swap" rel="stylesheet" />

<!-- Styles -->
<script src="https://cdn.tailwindcss.com"></script>

<script>
tailwind.config = {
theme: {
extend: {
fontFamily: {
sans: ['Figtree', 'ui-sans-serif', 'system-ui', 'sans-serif', "Apple Color Emoji", "Segoe UI Emoji"],
}
}
}
}
</script>
<link rel="stylesheet" href="/healthcheck.css"></link>
</head>
<body class="antialiased">
<div class="relative sm:flex sm:justify-center sm:items-center min-h-screen bg-gray-100 selection:bg-red-500 selection:text-white">
Expand Down

0 comments on commit 435e0ec

Please sign in to comment.