Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: named groups #1149

Closed
UltraCakeBakery opened this issue Jun 23, 2022 · 3 comments
Closed

Feature request: named groups #1149

UltraCakeBakery opened this issue Jun 23, 2022 · 3 comments
Labels

Comments

@UltraCakeBakery
Copy link
Contributor

I need functionality like the one concepted below for one of my projects;

<div group-wrapper>
	<div group-item>
		<div hidden group-item-hover:block></div>
	</div>
	<div group-item>
		<div hidden group-item-hover:block></div>
	</div>

	<div hidden group-wrapper-hover:block>
		Click on one of the items above!
	</div>
</div>
@UltraCakeBakery UltraCakeBakery changed the title feature request: named groups Feature request: named groups Jun 23, 2022
@chu121su12
Copy link
Collaborator

I'd suggest configuring your own variant

...variantTaggedPseudoClasses(options),

Or wait until #1128 gets merged.

@UltraCakeBakery
Copy link
Contributor Author

I'd suggest configuring your own variant

...variantTaggedPseudoClasses(options),

Or wait until #1128 gets merged.

#1128 would do the trick. If I thought about it enough i would even go as far as saying they make groups and their variants obsolete..

@stale
Copy link

stale bot commented Sep 14, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label Sep 14, 2022
@UltraCakeBakery UltraCakeBakery closed this as not planned Won't fix, can't repro, duplicate, stale Sep 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants