windicss / vite-plugin-windicss

🍃 Windi CSS for Vite ⚡️
MIT License
854 stars 65 forks source link

How do we write smaller than in attribute mode? #306

Open lautiamkok opened 2 years ago

lautiamkok commented 2 years ago

How do we write "smaller than" in attribute mode? For example, how can I write this class mode to an attribute mode:

class="<md:px-10"

I get an error for trying this:

<md="px-10"

hrishikesh-k commented 1 year ago

It's written as:

p="<md:x-10"