tailwind-css-fixes 0.12.31

Fixes for tailwind-css crate (Compile tailwind short instructions to css)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
### Variant Markers


These classes don't apply styles themselves; their sole purpose is to mark an element so it can be targeted or referenced by a variant on another element. 

Examples:
 - `peer` is used by elements with the peer variant, to select a sibling 
 - `group` is used on parent elements of the group variants, to select an ancestor



 https://v3.tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-parent-state
 https://v3.tailwindcss.com/docs/hover-focus-and-other-states#styling-based-on-sibling-state