Skip to content

Negative values not working in data attribute selector #57

Description

@Twansparant

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions