@sikka/hawa 0.0.127 → 0.0.129

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
@@ -991,9 +991,6 @@ video {
991
991
  .gap-1 {
992
992
  gap: 0.25rem;
993
993
  }
994
- .gap-0 {
995
- gap: 0px;
996
- }
997
994
  .gap-x-3 {
998
995
  -moz-column-gap: 0.75rem;
999
996
  column-gap: 0.75rem;
@@ -1354,6 +1351,10 @@ video {
1354
1351
  --tw-bg-opacity: 1;
1355
1352
  background-color: rgb(6 92 198 / var(--tw-bg-opacity));
1356
1353
  }
1354
+ .bg-red-900 {
1355
+ --tw-bg-opacity: 1;
1356
+ background-color: rgb(127 29 29 / var(--tw-bg-opacity));
1357
+ }
1357
1358
  .bg-yellow-300 {
1358
1359
  --tw-bg-opacity: 1;
1359
1360
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));