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?
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?