@unocss/reset 0.63.4 → 0.63.5

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/reset",
3
3
  "type": "module",
4
- "version": "0.63.4",
4
+ "version": "0.63.5",
5
5
  "description": "Collection of CSS resetting",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -383,6 +383,6 @@ video {
383
383
  Make elements with the HTML hidden attribute stay hidden by default.
384
384
  */
385
385
 
386
- [hidden] {
386
+ [hidden]:where(:not([hidden="until-found"])) {
387
387
  display: none;
388
- }
388
+ }
package/tailwind.css CHANGED
@@ -382,6 +382,6 @@ video {
382
382
  Make elements with the HTML hidden attribute stay hidden by default.
383
383
  */
384
384
 
385
- [hidden] {
385
+ [hidden]:where(:not([hidden="until-found"])) {
386
386
  display: none;
387
- }
387
+ }