1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-07 06:16:29 +02:00

Updated Labels and Badges (markdown)

Angelos Chalaris
2016-09-06 11:58:47 +03:00
parent d577e0e6c6
commit 9fc3bcc949

@@ -48,4 +48,9 @@ To add a new custom style class, use the `make-lbl-style` **mixin**.
**Notes:**
- [1] : The value of $lbl-name must be the same as the value specified when using `make-lbl`, otherwise the specified style will not work correctly.
- [1] : The value of $lbl-name must be the same as the value specified when using `make-lbl`, otherwise the specified style will not work correctly.
## Remarks
- There are no styles provided for `:hover`, `:active` or `:focus`, users can add these on their own.
- There is neither custom styling to fit different parent containers (colored buttons etc) nor specific styles to play well with hyperlinks, in order to keep this module as small as possible. These can be manually added.