Group styles in prefixes #75
pierredewilde
started this conversation in
Ideas
Replies: 1 comment
-
@pierredewilde The feature is only partially implemented, so we are not going to. It's a good feature request, thanks! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In Master CSS, group styles support suffixes:
<ul class="{block;width:fit;text:center;font:24;font:blue/.5}>li:hover@md"></ul>
It would be great to also support prefixes with
x:(,)
:<ul class="{block;width:fit;text:center;f:(24,blue/.5)}>li:hover@md"></ul>
See variant group of Windi CSS or Unocss
Beta Was this translation helpful? Give feedback.
All reactions