@anyblades/pico 2.2.2 → 2.4.0

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/src/_content.css CHANGED
@@ -496,8 +496,10 @@ audio:not([controls]) {
496
496
  }
497
497
 
498
498
  img {
499
- max-width: 100%;
500
- height: auto;
499
+ &:not([height]) {
500
+ max-width: 100%;
501
+ height: auto;
502
+ }
501
503
  border-style: none;
502
504
  }
503
505
 
@@ -515,6 +517,7 @@ svg:not(:host) {
515
517
  */
516
518
  pre,
517
519
  code,
520
+ var,
518
521
  kbd,
519
522
  samp {
520
523
  font-size: 0.875em;
@@ -534,6 +537,7 @@ pre {
534
537
 
535
538
  pre,
536
539
  code,
540
+ var,
537
541
  kbd,
538
542
  samp {
539
543
  border-radius: var(--pico-border-radius);
@@ -544,6 +548,7 @@ samp {
544
548
  }
545
549
 
546
550
  code,
551
+ var,
547
552
  kbd,
548
553
  samp {
549
554
  display: inline-block;
package/src/_forms.css CHANGED
@@ -87,6 +87,7 @@ input:not([type="checkbox"], [type="radio"], [type="range"]) {
87
87
 
88
88
  fieldset {
89
89
  width: 100%;
90
+ min-width: 0;
90
91
  margin: 0;
91
92
  margin-bottom: var(--pico-spacing);
92
93
  padding: 0;
@@ -1,8 +1,8 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * Pico+Blades CSS ✨🥷 v2.2
3
+ * Pico+Blades CSS ✨🥷 v2.4
4
4
  * Copyright 2026 (https://blades.ninja/css/pico/)
5
5
  * Licensed under MIT
6
6
  */
7
7
  @import "./pico";
8
- @import "@anyblades/blades";
8
+ @import "@anyblades/blades/standalone";
package/src/pico.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @charset "UTF-8";
2
2
  /*!
3
- * Pico CSS ✨ v2.2
3
+ * Pico CSS ✨ v2.4
4
4
  * Copyright 2019-2025 (https://picocss.com)
5
5
  * Copyright 2026 (https://blades.ninja/css/pico/)
6
6
  * Licensed under MIT