Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 10, 2022
1 parent b1bf7bf commit 641481f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -56,7 +56,7 @@ module.exports = {
Loading CSS files from CDN is not recommended for production. It's better to install Tailwind and daisyUI as Nodejs dependencies so you can config/customize everything, and purge unused styles.

```html
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.26.0/dist/full.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.27.0/dist/full.css" rel="stylesheet" type="text/css" />
<script src="https://cdn.tailwindcss.com"></script>
```

Expand Down
2 changes: 1 addition & 1 deletion src/docs/.env
@@ -1 +1 @@
VITE_DAISYUI_VERSION=2.26.0
VITE_DAISYUI_VERSION=2.27.0

0 comments on commit 641481f

Please sign in to comment.