0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

examples: Fix with-tailwindcss example #1256 (#1312)

This commit is contained in:
kreako 2021-09-05 02:09:39 +02:00 committed by GitHub
parent d653823ea2
commit 02c38a0d3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -12,7 +12,7 @@ import Button from '../components/Button.astro';
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<title>Astro + TailwindCSS</title>
<link rel="stylesheet" type="text/css" href="/global.css">
<link rel="stylesheet" type="text/css" href={Astro.resolve("../styles/global.css")}>
</head>
<body>