daisyui 1.25.1 → 1.25.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [1.25.2](https://github.com/saadeghi/daisyui/compare/v1.25.1...v1.25.2) (2022-01-23)
6
+
7
+
8
+ ### Bug Fixes
9
+
10
+ * [#422](https://github.com/saadeghi/daisyui/issues/422) ([afd8dd6](https://github.com/saadeghi/daisyui/commit/afd8dd66df93ffe7560b5133f89bb0082ffd969e))
11
+
5
12
  ### [1.25.1](https://github.com/saadeghi/daisyui/compare/v1.25.0...v1.25.1) (2022-01-23)
6
13
 
7
14
 
package/README.md CHANGED
@@ -79,7 +79,7 @@ Loading CSS files from CDN is not recommended for production. It's better to ins
79
79
 
80
80
 
81
81
  ```html
82
- <link href="https://cdn.jsdelivr.net/npm/daisyui@1.25.0/dist/full.css" rel="stylesheet" type="text/css" />
82
+ <link href="https://cdn.jsdelivr.net/npm/daisyui@1.25.1/dist/full.css" rel="stylesheet" type="text/css" />
83
83
  <link href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2/dist/tailwind.min.css" rel="stylesheet" type="text/css" />
84
84
  ```
85
85
 
package/dist/full.css CHANGED
@@ -2648,7 +2648,7 @@ html{
2648
2648
  overflow:hidden;
2649
2649
  }
2650
2650
 
2651
- .avatar-group [class~=avatar]{
2651
+ .avatar-group :where(.avatar){
2652
2652
  --tw-border-opacity:1;
2653
2653
  border-color:hsla(var(--b1) / var(--tw-border-opacity, 1));
2654
2654
  border-radius:9999px;
package/dist/styled.css CHANGED
@@ -1103,7 +1103,7 @@
1103
1103
  display:flex;
1104
1104
  overflow:hidden;
1105
1105
  }
1106
- .avatar-group [class~=avatar]{
1106
+ .avatar-group :where(.avatar){
1107
1107
  --tw-border-opacity:1;
1108
1108
  border-color:hsla(var(--b1) / var(--tw-border-opacity, 1));
1109
1109
  border-radius:9999px;