@sikka/hawa 0.1.20 → 0.1.22

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/styles.css CHANGED
@@ -2941,9 +2941,6 @@ body {
2941
2941
  .hover\:bg-destructive\/90:hover {
2942
2942
  background-color: hsl(var(--destructive) / 0.9);
2943
2943
  }
2944
- .hover\:bg-foreground\/30:hover {
2945
- background-color: hsl(var(--foreground) / 0.3);
2946
- }
2947
2944
  .hover\:bg-gray-100:hover {
2948
2945
  --tw-bg-opacity: 1;
2949
2946
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));