discuss icon indicating copy to clipboard operation
discuss copied to clipboard

@supports support :)

Open illycz opened this issue 6 years ago • 4 comments

Have you been thinking over support @supports query?

illycz avatar Mar 08 '18 11:03 illycz

Can you elaborate more on what you mean? You can write as many @supports queries in your CSS as you want; what sort of things are you thinking Tailwind could do?

adamwathan avatar Mar 08 '18 13:03 adamwathan

Same as responsive or states variants. support:flex (or some shorter version) generates:

@supports (display: flex) {
  display: flex;
}

illycz avatar Mar 08 '18 14:03 illycz

This would be splendid.

joshmanders avatar May 25 '18 04:05 joshmanders

https://tailwindcss.com/docs/plugins/#adding-variants (scroll down a bit)

smhmd avatar Nov 20 '19 11:11 smhmd