@nuvoui/core 0.3.0 → 0.3.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/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # NuvoUI
2
2
 
3
+ [![](https://dcbadge.limes.pink/api/server/nWGsbQKE?style=flat&theme=default-inverted)](https://discord.gg/nWGsbQKE)
4
+
5
+
3
6
  NuvoUI isn’t your next shiny, over-engineered UI library. It’s raw, lightweight, and built for one thing: delivering responsive, clean designs fast. If you’re tired of bloated frameworks slowing you down, welcome to NuvoUI.
4
7
 
5
8
  ---
@@ -20,7 +23,7 @@ when you can have, this
20
23
  <button class="btn lg primary pill outline py-40" >...
21
24
  ```
22
25
 
23
- But wait, there is more... lets make it fully responsei
26
+ But wait, there is more... lets make it fully responsive
24
27
  ```html
25
28
  <button class="btn lg primary pill outline
26
29
  py-40
@@ -28,7 +31,7 @@ But wait, there is more... lets make it fully responsei
28
31
  py-80@lg
29
32
  outline" >...
30
33
  ```
31
- This will
34
+ This will be
32
35
 
33
36
  1. Use `padding-left: 40px;` and `padding-right: 40px;` as base
34
37
  2. Use `padding-left: 20px;` and `padding-right: 20px;` @ small screen
@@ -68,7 +71,7 @@ Another example
68
71
  img:nth-child(1) {
69
72
  @include NuvoUI.mx-auto;
70
73
  @include NuvoUI.my(40);
71
- @include NuvoUI.animate-move((
74
+ @include NuvoUI.animate-bounce((
72
75
  horizontal: 3%,
73
76
  duration: 25s,
74
77
  ));