@sikka/hawa 0.0.89 → 0.0.91

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/README.md CHANGED
@@ -7,7 +7,7 @@
7
7
  [![NPM](https://img.shields.io/npm/v/@sikka/hawa.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/@sikka/hawa)
8
8
  [![NPM](https://img.shields.io/npm/dt/@sikka/hawa.svg?style=flat&colorA=000000&colorB=000000)](https://www.npmjs.com/package/@sikka/hawa)
9
9
 
10
- > Opinionated UI Kit for web apps and websites built with MUI
10
+ > Opinionated UI Kit for web apps and websites built with TailwindCSS
11
11
 
12
12
  ## Install
13
13
 
package/dist/styles.css CHANGED
@@ -685,15 +685,15 @@ video {
685
685
  .-mb-px {
686
686
  margin-bottom: -1px;
687
687
  }
688
+ .mb-3 {
689
+ margin-bottom: 0.75rem;
690
+ }
688
691
  .ml-1 {
689
692
  margin-left: 0.25rem;
690
693
  }
691
694
  .mt-2 {
692
695
  margin-top: 0.5rem;
693
696
  }
694
- .mb-3 {
695
- margin-bottom: 0.75rem;
696
- }
697
697
  .mt-5 {
698
698
  margin-top: 1.25rem;
699
699
  }