Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
actions-user committed Sep 10, 2022
1 parent 1f6d105 commit fd25605
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.25.0/dist/full.css" rel="stylesheet" type="text/css" />
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.26.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.25.0
VITE_DAISYUI_VERSION=2.26.0

0 comments on commit fd25605

Please sign in to comment.