@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 +18 -0
- package/dist/mu.amber.css +1 -1
- package/dist/mu.azure.css +1 -1
- package/dist/mu.blue.css +1 -1
- package/dist/mu.css +1 -1
- package/dist/mu.cyan.css +1 -1
- package/dist/mu.fuchsia.css +1 -1
- package/dist/mu.green.css +1 -1
- package/dist/mu.grey.css +1 -1
- package/dist/mu.indigo.css +1 -1
- package/dist/mu.jade.css +1 -1
- package/dist/mu.lime.css +1 -1
- package/dist/mu.orange.css +1 -1
- package/dist/mu.pink.css +1 -1
- package/dist/mu.pumpkin.css +1 -1
- package/dist/mu.purple.css +1 -1
- package/dist/mu.red.css +1 -1
- package/dist/mu.sand.css +1 -1
- package/dist/mu.slate.css +1 -1
- package/dist/mu.violet.css +1 -1
- package/dist/mu.yellow.css +1 -1
- package/dist/mu.zinc.css +1 -1
- package/documentation/mu.tooltip.md +10 -0
- package/documentation/mu.utilities.md +16 -0
- package/package.json +1 -1
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).
|