@digicreon/mucss 1.4.3 → 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 +12 -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/package.json +1 -1
package/README.md
CHANGED
|
@@ -197,6 +197,18 @@ Each theme maps 11 semantic roles to PicoCSS color families:
|
|
|
197
197
|
|
|
198
198
|
µCSS also provides utility classes for color and positioning — see [Utilities](#utilities).
|
|
199
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
|
+
|
|
200
212
|
## License
|
|
201
213
|
|
|
202
214
|
See [LICENSE](LICENSE).
|