@digicreon/mucss 1.4.2 → 1.4.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.
package/README.md CHANGED
@@ -136,6 +136,12 @@ On `<nav>` or its parent (e.g. `<header>`), `.bg-*` classes also apply a gradien
136
136
 
137
137
  On `<nav>`, these classes automatically add `z-index` and `box-shadow`.
138
138
 
139
+ ### Cursor
140
+
141
+ | Class | Effect |
142
+ |-------|--------|
143
+ | `.clickable` | Pointer cursor on hover (for JS-interactive elements) |
144
+
139
145
  ## Dark mode
140
146
 
141
147
  µCSS supports three modes:
@@ -191,6 +197,18 @@ Each theme maps 11 semantic roles to PicoCSS color families:
191
197
 
192
198
  µCSS also provides utility classes for color and positioning — see [Utilities](#utilities).
193
199
 
200
+ ## Contributors
201
+
202
+ - [Amaury Bouchard](https://github.com/Amaury) — author
203
+ - [nullterminated](https://github.com/nullterminated) — digicreon/mujs#8
204
+ - [azmeuk](https://github.com/azmeuk) — picocss/pico#701, picocss/pico#700
205
+ - [Frozenlock](https://github.com/Frozenlock) — picocss/pico#540
206
+ - [Yohn](https://github.com/Yohn) — picocss/pico#663, picocss/pico#664, picocss/pico#665
207
+ - [Bleksak](https://github.com/Bleksak) — picocss/pico#715
208
+ - [ManiShah7](https://github.com/ManiShah7) — picocss/pico#694 (fix for picocss/pico#678)
209
+ - [irfanfadilah](https://github.com/irfanfadilah) — picocss/pico#651
210
+ - [gustav-langer](https://github.com/gustav-langer) — picocss/pico#561
211
+
194
212
  ## License
195
213
 
196
214
  See [LICENSE](LICENSE).