@delta-comic/ui 0.0.9 → 0.1.1

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/dist/index.css CHANGED
@@ -504,6 +504,10 @@
504
504
  position: relative;
505
505
  }
506
506
 
507
+ .static {
508
+ position: static;
509
+ }
510
+
507
511
  .top-0 {
508
512
  top: calc(var(--spacing) * 0);
509
513
  }