frankenstyle 0.3.2 → 0.3.4

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.
@@ -6934,7 +6934,9 @@
6934
6934
 
6935
6935
  @layer base {
6936
6936
  [class*='uk-animation-'] {
6937
- animation: 0.5s ease-out both;
6937
+ animation-duration: 0.5s;
6938
+ animation-timing-function: ease-out;
6939
+ animation-fill-mode: both;
6938
6940
  }
6939
6941
 
6940
6942
  body {
@@ -9744,7 +9746,7 @@
9744
9746
  }
9745
9747
  .uk-list-striped > :nth-of-type(odd) {
9746
9748
  --uk-list-striped-background-color: var(--uk-muted);
9747
- --uk-list-striped-background-color-o: 50%;
9749
+ --uk-list-striped-background-color-o: var(--uk-muted-o);
9748
9750
  --uk-list-striped-background-color-computed: color-mix(
9749
9751
  in srgb,
9750
9752
  var(--uk-list-striped-background-color)