Skip to content

Commit 0f94f76

Browse files
committedFeb 27, 2023
Update version
1 parent e91bd59 commit 0f94f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ module.exports = {
5656
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.
5757

5858
```html
59-
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.51.1/dist/full.css" rel="stylesheet" type="text/css" />
59+
<link href="https://cdn.jsdelivr.net/npm/daisyui@2.51.2/dist/full.css" rel="stylesheet" type="text/css" />
6060
<script src="https://cdn.tailwindcss.com"></script>
6161
```
6262

‎src/docs/.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VITE_DAISYUI_VERSION=2.51.1
1+
VITE_DAISYUI_VERSION=2.51.2

0 commit comments

Comments
 (0)
Please sign in to comment.