We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there,
Love your plugin! I'm trying to add a negative fluid value to a data attribute selector, but that's not working unfortunately:
This doesn't work:
data-[size=large]:~-mt-6/20
However, this does work:
data-[size=large]:~mt-6/20
With the following markup:
<section class="data-[size=large]:~-mt-6/20" data-size="large" />
Is there a workaround for this?
The text was updated successfully, but these errors were encountered:
Hi, this definitely looks like a bug and I'm investigating it. I'm not aware of a workaround atm unfortunately 🫤
Sorry, something went wrong.
Add failing test for #57
6be3db8
No branches or pull requests
Hi there,
Love your plugin!
I'm trying to add a negative fluid value to a data attribute selector, but that's not working unfortunately:
This doesn't work:
However, this does work:
With the following markup:
Is there a workaround for this?
The text was updated successfully, but these errors were encountered: