fix tailwindcss example global css (#2444)
This commit is contained in:
parent
72ac198eb0
commit
ba363bdeec
1 changed files with 3 additions and 1 deletions
|
@ -11,7 +11,9 @@ import Button from '../components/Button.astro';
|
|||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
<title>Astro + TailwindCSS</title>
|
||||
<link rel="stylesheet" type="text/css" href={Astro.resolve('../styles/global.css')} />
|
||||
<style global>
|
||||
@import "../styles/global.css";
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue