dcasia / mini-program-tailwind

让你的小程序用上原汁原味的 Tailwind/Windi CSS
https://www.craft.do/s/Wx2f9cjGwyZYOx
494 stars 41 forks source link

supports-[]语法失效 #89

Open itsdapi opened 1 year ago

itsdapi commented 1 year ago
.tabbar-wrapper
  //这一行的supports无法正常生效
  @apply  supports-[-webkit-touch-callout: none]:bg-red-200

  //原生写法确认生效
  //@supports (-webkit-touch-callout: none)
  //  @apply bg-red-200