@digicreon/mucss 1.4.1 → 1.4.3
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 +6 -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.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:
|